aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Bicha <jbicha@ubuntu.com>2011-09-16 10:42:36 -0400
committerJeremy Bicha <jbicha@ubuntu.com>2011-09-16 10:42:36 -0400
commitfec34a4e682bb9bfe5e80f7976953ed0f74a385a (patch)
tree6774af3b98aa8640e80dfcc32f4b98235e0e1688
parent1ea8cf99f98399c0404b610e7364b267637640b4 (diff)
downloadayatana-indicator-session-fec34a4e682bb9bfe5e80f7976953ed0f74a385a.tar.gz
ayatana-indicator-session-fec34a4e682bb9bfe5e80f7976953ed0f74a385a.tar.bz2
ayatana-indicator-session-fec34a4e682bb9bfe5e80f7976953ed0f74a385a.zip
Use Title Case for "Restart to Complete Updates"
-rw-r--r--src/apt-watcher.c4
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);