aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2022-01-27 15:06:34 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2022-01-27 15:06:34 +0100
commit9da96c4bf97e9217308f02c26920d17c71698bc9 (patch)
tree8ba4dfce4a0d153772798a7a21ca4325b66b852d
parentaab117f67d1ee9851b7603f6721eec5ee0cac3ee (diff)
parent7ec9d3f061473ed9c01f2a05829cd7def32144f3 (diff)
downloadayatana-indicator-session-9da96c4bf97e9217308f02c26920d17c71698bc9.tar.gz
ayatana-indicator-session-9da96c4bf97e9217308f02c26920d17c71698bc9.tar.bz2
ayatana-indicator-session-9da96c4bf97e9217308f02c26920d17c71698bc9.zip
Merge branch 'tari01-pr/fix-desktop-help-string'
Attributes GH PR #70: https://github.com/AyatanaIndicators/ayatana-indicator-session/pull/70
-rw-r--r--src/service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/service.c b/src/service.c
index c5ddbbb..9d8f817 100644
--- a/src/service.c
+++ b/src/service.c
@@ -378,7 +378,7 @@ create_admin_section (IndicatorSessionService * self)
{
GMenu * menu;
priv_t * p = self->priv;
- gchar * desktop_help_label = g_strdup_printf(_("%s Desktop Help"), get_desktop_name());
+ gchar * desktop_help_label = g_strdup_printf(_("%s Help"), get_desktop_name());
gchar * distro_help_label = g_strdup_printf(_("%s Help…"), get_distro_name());
menu = g_menu_new ();