mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-22 18:22:11 +01:00
gapplication: Tweak option group description
To match the documented style for all option group descriptions. Signed-off-by: Philip Withnall <pwithnall@endlessos.org> Helps: #3007
This commit is contained in:
parent
98f9a11390
commit
989b4cb8bd
@ -503,7 +503,7 @@ g_application_parse_command_line (GApplication *application,
|
||||
g_option_context_set_description (context, application->priv->description);
|
||||
|
||||
gapplication_group = g_option_group_new ("gapplication",
|
||||
_("GApplication options"), _("Show GApplication options"),
|
||||
_("GApplication Options:"), _("Show GApplication options"),
|
||||
NULL, NULL);
|
||||
g_option_group_set_translation_domain (gapplication_group, GETTEXT_PACKAGE);
|
||||
g_option_context_add_group (context, gapplication_group);
|
||||
|
Loading…
x
Reference in New Issue
Block a user