[gnome-session] gsm: Replace "Reboot Anyway" with "Restart Anyway"



commit 408d50cfc33d0619efa13812a4ea01a281d5f836
Author: Chris Wilson <afrowildo gmail com>
Date:   Tue Jan 11 19:47:55 2011 +0000

    gsm: Replace "Reboot Anyway" with "Restart Anyway"
    
    "Restart" is the term we're using everywhere else, not "Reboot".
    
    https://bugzilla.gnome.org/show_bug.cgi?id=637449
    LP:#685050

 gnome-session/gsm-inhibit-dialog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnome-session/gsm-inhibit-dialog.c b/gnome-session/gsm-inhibit-dialog.c
index 1fa08e9..0912025 100644
--- a/gnome-session/gsm-inhibit-dialog.c
+++ b/gnome-session/gsm-inhibit-dialog.c
@@ -890,7 +890,7 @@ setup_dialog (GsmInhibitDialog *dialog)
                 button_text = _("Shut Down Anyway");
                 break;
         case GSM_LOGOUT_ACTION_REBOOT:
-                button_text = _("Reboot Anyway");
+                button_text = _("Restart Anyway");
                 break;
         default:
                 g_assert_not_reached ();



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]