diff options
author | Ted Gould <ted@gould.cx> | 2011-08-22 22:31:24 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-08-22 22:31:24 -0500 |
commit | be50ba799449bb95360f73e841ec978c31323910 (patch) | |
tree | 0d5c7dd771bef48b346dbd43f87f1336d70715c8 /src | |
parent | a0c9e6000b9e96da5f663ac5fe47bcca8af13696 (diff) | |
parent | 924dfb40bed425479b065b97008b497792078f27 (diff) | |
download | ayatana-indicator-messages-be50ba799449bb95360f73e841ec978c31323910.tar.gz ayatana-indicator-messages-be50ba799449bb95360f73e841ec978c31323910.tar.bz2 ayatana-indicator-messages-be50ba799449bb95360f73e841ec978c31323910.zip |
MPT's happiness is a feature
Diffstat (limited to 'src')
-rw-r--r-- | src/messages-service.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/messages-service.c b/src/messages-service.c index 43e79d3..c6a806b 100644 --- a/src/messages-service.c +++ b/src/messages-service.c @@ -1504,7 +1504,7 @@ main (int argc, char ** argv) /* Add in the clear attention item */ clear_attention = dbusmenu_menuitem_new(); - dbusmenu_menuitem_property_set(clear_attention, DBUSMENU_MENUITEM_PROP_LABEL, _("Clear Attention")); + dbusmenu_menuitem_property_set(clear_attention, DBUSMENU_MENUITEM_PROP_LABEL, _("Clear")); dbusmenu_menuitem_child_append(root_menuitem, clear_attention); g_signal_connect(G_OBJECT(dbus_interface), MESSAGE_SERVICE_DBUS_SIGNAL_ATTENTION_CHANGED, G_CALLBACK(clear_attention_handler), clear_attention); g_signal_connect(G_OBJECT(clear_attention), DBUSMENU_MENUITEM_SIGNAL_ITEM_ACTIVATED, G_CALLBACK(clear_attention_activate), dbus_interface); |