[gedit] quickopen: fix menuitem. Fixes bug #697384
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] quickopen: fix menuitem. Fixes bug #697384
- Date: Wed, 17 Apr 2013 12:53:21 +0000 (UTC)
commit 8f52142352e14d8b2a0e805ad6a845834fb6aa25
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Wed Apr 17 14:52:29 2013 +0200
quickopen: fix menuitem. Fixes bug #697384
plugins/quickopen/quickopen/__init__.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/plugins/quickopen/quickopen/__init__.py b/plugins/quickopen/quickopen/__init__.py
index bc1beb2..4d63420 100644
--- a/plugins/quickopen/quickopen/__init__.py
+++ b/plugins/quickopen/quickopen/__init__.py
@@ -68,7 +68,7 @@ class QuickOpenPlugin(GObject.Object, Gedit.WindowActivatable):
manager = self.window.get_ui_manager()
self._action_group = Gtk.ActionGroup(name="GeditQuickOpenPluginActions")
self._action_group.add_actions([
- ("QuickOpen", Gtk.STOCK_OPEN, _("Quick open"),
+ ("QuickOpen", Gtk.STOCK_OPEN, _("Quick Open..."),
'<Primary><Alt>o', _("Quickly open documents"),
self.on_quick_open_activate)
])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]