[kupfer: 10/20] plugin.zim: Subpage action name simply 'Create Subpage...'
- From: Ulrik Sverdrup <usverdrup src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [kupfer: 10/20] plugin.zim: Subpage action name simply 'Create Subpage...'
- Date: Wed, 7 Oct 2009 11:33:39 +0000 (UTC)
commit 1b34fd47ee4611c4736348ada39adb5d3acd5c9a
Author: Ulrik Sverdrup <ulrik sverdrup gmail com>
Date: Tue Oct 6 13:54:38 2009 +0200
plugin.zim: Subpage action name simply 'Create Subpage...'
Kupfer has a strong convention that actions using an indirect object
("Three-part" actions), should end their name with an ellipsis (...)
kupfer/plugin/zim.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/kupfer/plugin/zim.py b/kupfer/plugin/zim.py
index 4b41fb2..5913927 100644
--- a/kupfer/plugin/zim.py
+++ b/kupfer/plugin/zim.py
@@ -93,7 +93,7 @@ class OpenZimPage(Action):
class CreateZimSubPage(Action):
""" Open Zim page """
def __init__(self):
- Action.__init__(self, _('Create Zim SubPage'))
+ Action.__init__(self, _('Create Subpage...'))
def activate(self, leaf, iobj):
_start_zim(leaf.notebook, leaf.page + ":" + iobj.object.strip(':'))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]