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:
Philip Withnall 2023-06-28 17:04:59 +01:00
parent 98f9a11390
commit 989b4cb8bd

View File

@ -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);