gthumb r2384 - in trunk: . src



Author: mjc
Date: Thu Aug  7 20:16:11 2008
New Revision: 2384
URL: http://svn.gnome.org/viewvc/gthumb?rev=2384&view=rev

Log:
2008-08-07  Michael J. Chudobiak  <mjc svn gnome org>

        * src/gth-browser.c: (ask_whether_to_save):
        * src/gth-viewer.c: (ask_whether_to_save):
        "Do Not Save" -> "Do _Not Save". Pulls in downstream keybinding
        patch from Debian, Ubuntu. Bug #546655.



Modified:
   trunk/ChangeLog
   trunk/src/gth-browser.c
   trunk/src/gth-viewer.c

Modified: trunk/src/gth-browser.c
==============================================================================
--- trunk/src/gth-browser.c	(original)
+++ trunk/src/gth-browser.c	Thu Aug  7 20:16:11 2008
@@ -1780,7 +1780,7 @@
 			    GTK_WINDOW (browser),
 			    GTK_DIALOG_MODAL,
 			    _("The current image has been modified, do you want to save it?"),
-			    _("Do Not Save"),
+			    _("Do _Not Save"),
 			    GTK_STOCK_SAVE_AS,
 			    _("_Do not display this message again"),
 			    PREF_MSG_SAVE_MODIFIED_IMAGE);

Modified: trunk/src/gth-viewer.c
==============================================================================
--- trunk/src/gth-viewer.c	(original)
+++ trunk/src/gth-viewer.c	Thu Aug  7 20:16:11 2008
@@ -871,7 +871,7 @@
 			    GTK_WINDOW (viewer),
 			    GTK_DIALOG_MODAL,
 			    _("The current image has been modified, do you want to save it?"),
-			    _("Do Not Save"),
+			    _("Do _Not Save"),
 			    GTK_STOCK_SAVE_AS,
 			    _("_Do not display this message again"),
 			    PREF_MSG_SAVE_MODIFIED_IMAGE);



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