[kupfer] triggers: Fix description to not hardcode key shortcut



commit c21f0faaddf073fb094c75e015aed92b3e0f0e21
Author: Ulrik Sverdrup <ulrik sverdrup gmail com>
Date:   Tue Mar 8 19:30:51 2011 +0100

    triggers: Fix description to not hardcode key shortcut

 kupfer/plugin/triggers.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/kupfer/plugin/triggers.py b/kupfer/plugin/triggers.py
index f600645..f5931d3 100644
--- a/kupfer/plugin/triggers.py
+++ b/kupfer/plugin/triggers.py
@@ -4,7 +4,7 @@ __kupfer_actions__ = (
 	"AddTrigger",
 )
 __description__ = _("Assign global keybindings (triggers) to objects created "
-                    "with 'Compose Command' (Ctrl+Return).")
+                    "with 'Compose Command'.")
 __version__ = "2009-12-30"
 __author__ = "Ulrik Sverdrup <ulrik sverdrup gmail com>"
 



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