[gnome-terminal/wip/mallard-merge: 4/278] UI: remove ellipsis after 'New Profile' menuitem
- From: Ekaterina Gerasimova <egerasimov src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-terminal/wip/mallard-merge: 4/278] UI: remove ellipsis after 'New Profile' menuitem
- Date: Sun, 3 Mar 2013 18:28:58 +0000 (UTC)
commit ad6051bbb7d533af8edc05c92349249e09204092
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.
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]