[evince] shell: Use ellipsis character in translatable strings
- From: Christian Persch <chpe src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [evince] shell: Use ellipsis character in translatable strings
 
- Date: Tue, 30 Apr 2013 18:25:33 +0000 (UTC)
 
commit 24633b23100940f20d951b30cbed5224f2cdc56c
Author: Gökçen Eraslan <gokcen eraslan gmail com>
Date:   Fri Apr 26 12:36:09 2013 +0200
    shell: Use ellipsis character in translatable strings
    
    Use … character as stated by Gil Forcada in bug #695597.
 shell/ev-window.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/shell/ev-window.c b/shell/ev-window.c
index a539f58..85480a4 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -5768,8 +5768,8 @@ static const GtkActionEntry entries[] = {
                { "FileSaveAs", GTK_STOCK_SAVE_AS, N_("_Save a Copy…"), "<control>S",
          N_("Save a copy of the current document"),
          G_CALLBACK (ev_window_cmd_save_as) },
-       { "FileSendTo", EV_STOCK_SEND_TO, N_("Send _To..."), NULL,
-         N_("Send current document by mail, instant message..."),
+       { "FileSendTo", EV_STOCK_SEND_TO, N_("Send _To…"), NULL,
+         N_("Send current document by mail, instant message…"),
          G_CALLBACK (ev_window_cmd_send_to) },
        { "FileOpenContainingFolder", GTK_STOCK_DIRECTORY, N_("Open Containing _Folder"), NULL,
          N_("Show the folder which contains this file in the file manager"),
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]