[pybliographer/gtk3: 11/25] document: Add ellipsis to menus that open dialogs



commit 1d5ef5058b3e401f2c116b001ccb182b741c3c98
Author: Germán Poo-Caamaño <gpoo gnome org>
Date:   Fri May 31 19:08:44 2013 -0700

    document: Add ellipsis to menus that open dialogs
    
    Signed-off-by: Germán Poo-Caamaño <gpoo gnome org>

 Pyblio/GnomeUI/Document.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Pyblio/GnomeUI/Document.py b/Pyblio/GnomeUI/Document.py
index e6d35cd..f9cba0b 100644
--- a/Pyblio/GnomeUI/Document.py
+++ b/Pyblio/GnomeUI/Document.py
@@ -147,7 +147,7 @@ class Document (Connector.Publisher):
             
             ('New',  Gtk.STOCK_NEW,   None,         None,   None,     self.new_document),
             ('Open', Gtk.STOCK_OPEN,  None,         None,   _('Open a file'), self.ui_open_document),
-            ('Open_URL', None, _('Open _Location'), '<control>l',   None, self.ui_open_location),
+            ('Open_URL', None, _('Open _Location...'), '<control>l',   None, self.ui_open_location),
             ('Save', Gtk.STOCK_SAVE,  None,         None,   _('Save the current file'), self.save_document),
             ('Save_As', Gtk.STOCK_SAVE_AS,  None,         None,   None,     self.save_document_as),
             ('Close', Gtk.STOCK_CLOSE,  None,         None,   None,     self.close_document),


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