[evince] Rename Open a copy as View in new window
- From: Carlos Garcia Campos <carlosgc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evince] Rename Open a copy as View in new window
- Date: Sun, 23 Feb 2014 10:51:34 +0000 (UTC)
commit a25e869647de811788deeb8939b18ecad4d9adba
Author: Bogdan Petcu <bogdanconstantinpetcu gmail com>
Date: Sun Feb 23 11:50:38 2014 +0100
Rename Open a copy as View in new window
https://bugzilla.gnome.org/show_bug.cgi?id=688762
shell/ev-window.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/shell/ev-window.c b/shell/ev-window.c
index 48a6bbf..2137188 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -6038,7 +6038,7 @@ static const GtkActionEntry entries[] = {
{ "FileOpen", GTK_STOCK_OPEN, N_("_Open…"), "<control>O",
N_("Open an existing document"),
G_CALLBACK (ev_window_cmd_file_open) },
- { "FileOpenCopy", NULL, N_("Op_en a Copy"), "<control>N",
+ { "FileOpenCopy", NULL, N_("_View in new window"), "<control>N",
N_("Open a copy of the current document in a new window"),
G_CALLBACK (ev_window_cmd_file_open_copy) },
{ "FileSaveAs", GTK_STOCK_SAVE_AS, N_("_Save a Copy…"), "<control>S",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]