diff options
author | Ted Gould <ted@gould.cx> | 2011-09-16 16:44:56 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-09-16 16:44:56 -0500 |
commit | 1e18b3992ad75f5c22fe1dc87eb4af16b4f8d27c (patch) | |
tree | 6774af3b98aa8640e80dfcc32f4b98235e0e1688 /src/apt-watcher.c | |
parent | 1ea8cf99f98399c0404b610e7364b267637640b4 (diff) | |
parent | fec34a4e682bb9bfe5e80f7976953ed0f74a385a (diff) | |
download | ayatana-indicator-session-1e18b3992ad75f5c22fe1dc87eb4af16b4f8d27c.tar.gz ayatana-indicator-session-1e18b3992ad75f5c22fe1dc87eb4af16b4f8d27c.tar.bz2 ayatana-indicator-session-1e18b3992ad75f5c22fe1dc87eb4af16b4f8d27c.zip |
Fix title case
Diffstat (limited to 'src/apt-watcher.c')
-rw-r--r-- | src/apt-watcher.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/apt-watcher.c b/src/apt-watcher.c index 2c5ed0b..1db9c94 100644 --- a/src/apt-watcher.c +++ b/src/apt-watcher.c @@ -398,7 +398,7 @@ apt_watcher_query_reboot_status (gpointer data) else{ dbusmenu_menuitem_property_set (self->apt_item, DBUSMENU_MENUITEM_PROP_LABEL, - _("Restart to complete updates…")); + _("Restart to Complete Updates…")); dbusmenu_menuitem_property_set (self->apt_item, DBUSMENU_MENUITEM_PROP_DISPOSITION, DBUSMENU_MENUITEM_DISPOSITION_ALERT); @@ -461,7 +461,7 @@ static void apt_watcher_signal_cb ( GDBusProxy* proxy, if (reboot_required){ dbusmenu_menuitem_property_set (self->apt_item, DBUSMENU_MENUITEM_PROP_LABEL, - _("Restart to complete updates…")); + _("Restart to Complete Updates…")); dbusmenu_menuitem_property_set (self->apt_item, DBUSMENU_MENUITEM_PROP_DISPOSITION, DBUSMENU_MENUITEM_DISPOSITION_ALERT); |