[pybliographer/wip/gtk3: 11/42] document: Add ellipsis to menus that open dialogs
- From: Germán Poo-Caamaño <gpoo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pybliographer/wip/gtk3: 11/42] document: Add ellipsis to menus that open dialogs
- Date: Sat, 7 Oct 2017 01:18:36 +0000 (UTC)
commit 0938326698cb55975b21b7cf7dbfe27d2d53743b
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 803a867..3218f5a 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]