[pybliographer] ui: Add periods to menu that invokes a dialog



commit 94b59437df098b2fe759d9210e08bf8cf9590915
Author: Germán Poo-Caamaño <gpoo gnome org>
Date:   Mon Mar 26 15:39:43 2018 -0300

    ui: Add periods to menu that invokes a dialog

 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 e03ce0d..6fdbe0d 100644
--- a/Pyblio/GnomeUI/Document.py
+++ b/Pyblio/GnomeUI/Document.py
@@ -146,7 +146,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]