[meld] Rename the New menu item to reflect the new comparison tab
- From: Kai Willadsen <kaiw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [meld] Rename the New menu item to reflect the new comparison tab
- Date: Wed, 9 Jan 2013 20:04:34 +0000 (UTC)
commit 0fee2f5915346dc3d21b9fe66e9c7e1a9233bfeb
Author: Kai Willadsen <kai willadsen gmail com>
Date: Sun Dec 4 12:39:18 2011 +1000
Rename the New menu item to reflect the new comparison tab
meld/meldwindow.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meld/meldwindow.py b/meld/meldwindow.py
index 32e1639..85449f3 100644
--- a/meld/meldwindow.py
+++ b/meld/meldwindow.py
@@ -60,7 +60,7 @@ class MeldWindow(gnomeglade.Component):
actions = (
("FileMenu", None, _("_File")),
- ("New", gtk.STOCK_NEW, _("_New..."), "<control>N", _("Start a new comparison"), self.on_menu_file_new_activate),
+ ("New", gtk.STOCK_NEW, _("_New comparison"), "<control>N", _("Start a new comparison"), self.on_menu_file_new_activate),
("Save", gtk.STOCK_SAVE, None, None, _("Save the current file"), self.on_menu_save_activate),
("SaveAs", gtk.STOCK_SAVE_AS, None, "<control><shift>S", "Save the current file with a different name", self.on_menu_save_as_activate),
("Close", gtk.STOCK_CLOSE, None, None, _("Close the current file"), self.on_menu_close_activate),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]