← Back to team overview

ayatana-commits team mailing list archive

[Merge] lp:~jbicha/indicator-session/use-title-case into lp:indicator-session

 

Jeremy Bicha has proposed merging lp:~jbicha/indicator-session/use-title-case into lp:indicator-session.

Requested reviews:
  Indicator Applet Developers (indicator-applet-developers)

For more details, see:
https://code.launchpad.net/~jbicha/indicator-session/use-title-case/+merge/75745

I believe this already has UIFe approval from bug 850013.
-- 
https://code.launchpad.net/~jbicha/indicator-session/use-title-case/+merge/75745
Your team ayatana-commits is subscribed to branch lp:indicator-session.
=== modified file 'src/apt-watcher.c'
--- src/apt-watcher.c	2011-09-14 16:17:55 +0000
+++ src/apt-watcher.c	2011-09-16 14:42:26 +0000
@@ -398,7 +398,7 @@
   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);


Follow ups