[gnome-terminal] UI: remove ellipsis after 'New Profile' menuitem



commit cc16339cc59cb6d368852284967066bc783c3180
Author: Ekaterina Gerasimova <kittykat3756 gmail com>
Date:   Sat Mar 2 18:23:55 2013 +0000

    UI: remove ellipsis after 'New Profile' menuitem
    
    On clicking File>New Profile, no further action is required from the
    user to create a new profile, so the menuitem should not end in an
    ellipsis. Bug 695016.

 src/terminal-window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/terminal-window.c b/src/terminal-window.c
index 45b2a25..d94fd1a 100644
--- a/src/terminal-window.c
+++ b/src/terminal-window.c
@@ -1641,7 +1641,7 @@ terminal_window_init (TerminalWindow *window)
       { "FileNewTab", STOCK_NEW_TAB, N_("Open Ta_b"), "<shift><control>T",
         NULL,
         G_CALLBACK (file_new_tab_callback) },
-      { "FileNewProfile", GTK_STOCK_OPEN, N_("New _Profileā€¦"), "",
+      { "FileNewProfile", GTK_STOCK_OPEN, N_("New _Profile"), "",
         NULL,
         G_CALLBACK (file_new_profile_callback) },
       { "FileSaveContents", GTK_STOCK_SAVE, N_("_Save Contents"), "",


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