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

Proposed by Jeremy Bícha
Status: Merged
Merged at revision: 214
Proposed branch: lp:~jbicha/indicator-session/use-title-case
Merge into: lp:indicator-session/0.1
Diff against target: 21 lines (+2/-2)
1 file modified
src/apt-watcher.c (+2/-2)
To merge this branch: bzr merge lp:~jbicha/indicator-session/use-title-case
Reviewer Review Type Date Requested Status
Indicator Applet Developers Pending
Review via email: mp+75745@code.launchpad.net

Description of the change

I believe this already has UIFe approval from bug 850013.

To post a comment you must log in.
214. By Jeremy Bícha

Use Title Case for "Restart to Complete Updates"

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/apt-watcher.c'
2--- src/apt-watcher.c 2011-09-14 16:17:55 +0000
3+++ src/apt-watcher.c 2011-09-16 14:46:25 +0000
4@@ -398,7 +398,7 @@
5 else{
6 dbusmenu_menuitem_property_set (self->apt_item,
7 DBUSMENU_MENUITEM_PROP_LABEL,
8- _("Restart to complete updates…"));
9+ _("Restart to Complete Updates…"));
10 dbusmenu_menuitem_property_set (self->apt_item,
11 DBUSMENU_MENUITEM_PROP_DISPOSITION,
12 DBUSMENU_MENUITEM_DISPOSITION_ALERT);
13@@ -461,7 +461,7 @@
14 if (reboot_required){
15 dbusmenu_menuitem_property_set (self->apt_item,
16 DBUSMENU_MENUITEM_PROP_LABEL,
17- _("Restart to complete updates…"));
18+ _("Restart to Complete Updates…"));
19 dbusmenu_menuitem_property_set (self->apt_item,
20 DBUSMENU_MENUITEM_PROP_DISPOSITION,
21 DBUSMENU_MENUITEM_DISPOSITION_ALERT);

Subscribers

People subscribed via source and target branches