ayatana-commits team mailing list archive
-
ayatana-commits team
-
Mailing list archive
-
Message #01984
[Merge] lp:~vish/indicator-session/bug586928 into lp:indicator-session
Vish has proposed merging lp:~vish/indicator-session/bug586928 into lp:indicator-session.
Requested reviews:
Indicator Applet Developers (indicator-applet-developers)
Related bugs:
#586928 Change "Restart Required..." to "Restart To Complete Update..."
https://bugs.launchpad.net/bugs/586928
Changes "Restart Required..." to "Restart To Complete Update..." to fix Bug #586928
--
https://code.launchpad.net/~vish/indicator-session/bug586928/+merge/31456
Your team ayatana-commits is subscribed to branch lp:indicator-session.
=== modified file 'src/session-service.c'
--- src/session-service.c 2010-04-06 22:26:41 +0000
+++ src/session-service.c 2010-07-31 13:44:42 +0000
@@ -728,9 +728,9 @@
if (restart_required) {
if (supress_confirmations()) {
- dbusmenu_menuitem_property_set(restart_mi, RESTART_ITEM_LABEL, _("Restart Required"));
+ dbusmenu_menuitem_property_set(restart_mi, RESTART_ITEM_LABEL, _("Restart To Complete Update"));
} else {
- dbusmenu_menuitem_property_set(restart_mi, RESTART_ITEM_LABEL, _("Restart Required..."));
+ dbusmenu_menuitem_property_set(restart_mi, RESTART_ITEM_LABEL, _("Restart To Complete Update..."));
}
dbusmenu_menuitem_property_set(restart_mi, RESTART_ITEM_ICON, "system-restart-panel");
if (session_dbus != NULL) {
Follow ups