Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2009-01-16 08:18:43 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2009-01-16 08:18:43 (GMT)
commite35e39b35ef62ab86caeaade04e26c21c2395853 (patch)
tree90af60fa3db2cf22ce3b5bdc520780a764dde7ba /shell
parent17e3d26e9994405fb1cc5461a515150508a565c7 (diff)
Fix mnemonic conflict. Fixes bug #567937.
2009-01-16 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-window.c: (ev_window_cmd_file_close_window): Fix mnemonic conflict. Fixes bug #567937. svn path=/trunk/; revision=3334
Diffstat (limited to 'shell')
-rw-r--r--shell/ev-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ev-window.c b/shell/ev-window.c
index 97858d7..bf2c0f8 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -3084,7 +3084,7 @@ ev_window_cmd_file_close_window (GtkAction *action, EvWindow *ev_window)
GTK_RESPONSE_NO,
GTK_STOCK_CANCEL,
GTK_RESPONSE_CANCEL,
- _("Close after _Printing"),
+ _("Close _after Printing"),
GTK_RESPONSE_YES,
NULL);
gtk_dialog_set_default_response (GTK_DIALOG (dialog), GTK_RESPONSE_YES);