← Back to team overview

ayatana-commits team mailing list archive

[Merge] lp:~ted/indicator-session/bug545578 into lp:indicator-session

 

Ted Gould has proposed merging lp:~ted/indicator-session/bug545578 into lp:indicator-session.

Requested reviews:
  Indicator Applet Developers (indicator-applet-developers)
Related bugs:
  #545578 "Shut Down" dialog has "Switch Off" button
  https://bugs.launchpad.net/bugs/545578


Missed some strings when switching from "Switch Off" to "Shut Down".
These are in the dialogs.
-- 
https://code.launchpad.net/~ted/indicator-session/bug545578/+merge/22000
Your team ayatana-commits is subscribed to branch lp:indicator-session.
=== modified file 'src/dialog.c'
--- src/dialog.c	2010-03-04 02:37:47 +0000
+++ src/dialog.c	2010-03-24 01:20:33 +0000
@@ -34,7 +34,7 @@
 static const gchar * title_strings[LOGOUT_DIALOG_TYPE_CNT] = {
 	/* LOGOUT_DIALOG_LOGOUT, */ 	NC_("title", "Log Out"),
 	/* LOGOUT_DIALOG_RESTART, */	NC_("title", "Restart"),
-	/* LOGOUT_DIALOG_SHUTDOWN, */	NC_("title", "Switch Off")
+	/* LOGOUT_DIALOG_SHUTDOWN, */	NC_("title", "Shut Down")
 };
 
 static const gchar * body_strings[LOGOUT_DIALOG_TYPE_CNT] = {
@@ -46,7 +46,7 @@
 static const gchar * button_strings[LOGOUT_DIALOG_TYPE_CNT] = {
 	/* LOGOUT_DIALOG_LOGOUT, */ 	NC_("button", "Log Out"),
 	/* LOGOUT_DIALOG_RESTART, */	NC_("button", "Restart"),
-	/* LOGOUT_DIALOG_SHUTDOWN, */	NC_("button", "Switch Off")
+	/* LOGOUT_DIALOG_SHUTDOWN, */	NC_("button", "Shut Down")
 };
 
 /* TRANSLATORS: These strings have an ellipsis so that the user knows
@@ -54,7 +54,7 @@
 static const gchar * button_auth_strings[LOGOUT_DIALOG_TYPE_CNT] = {
 	/* LOGOUT_DIALOG_LOGOUT, */ 	NC_("button auth", "Log Out"),
 	/* LOGOUT_DIALOG_RESTART, */	NC_("button auth", "Restart..."),
-	/* LOGOUT_DIALOG_SHUTDOWN, */	NC_("button auth", "Switch Off...")
+	/* LOGOUT_DIALOG_SHUTDOWN, */	NC_("button auth", "Shut Down...")
 };
 
 /* TRANSLATORS: This button appears on the logout dialog when


Follow ups