aboutsummaryrefslogtreecommitdiff
path: root/src/im-desktop-menu.c
diff options
context:
space:
mode:
authorPete Woods <pete.woods@canonical.com>2013-08-20 12:57:16 +0100
committerPete Woods <pete.woods@canonical.com>2013-08-20 12:57:16 +0100
commit9f67d20d20f68e9512908c3f24ed79d85f120358 (patch)
treee4b8115fa5c30101eb16848327e351ac7d8f1159 /src/im-desktop-menu.c
parent18aa19765d91ab8d464e52c869a2a4b50db1d9ec (diff)
downloadayatana-indicator-messages-9f67d20d20f68e9512908c3f24ed79d85f120358.tar.gz
ayatana-indicator-messages-9f67d20d20f68e9512908c3f24ed79d85f120358.tar.bz2
ayatana-indicator-messages-9f67d20d20f68e9512908c3f24ed79d85f120358.zip
"Clear" and "Clear All" now translatable
Diffstat (limited to 'src/im-desktop-menu.c')
-rw-r--r--src/im-desktop-menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/im-desktop-menu.c b/src/im-desktop-menu.c
index ac480e1..e68d086 100644
--- a/src/im-desktop-menu.c
+++ b/src/im-desktop-menu.c
@@ -228,7 +228,7 @@ im_desktop_menu_constructed (GObject *object)
GMenu *clear_section;
clear_section = g_menu_new ();
- g_menu_append (clear_section, "Clear", "indicator.remove-all");
+ g_menu_append (clear_section, _("Clear"), "indicator.remove-all");
im_menu_append_section (IM_MENU (menu), G_MENU_MODEL (clear_section));
g_object_unref (clear_section);