[kupfer: 10/11] String edit in clawsmail and truecrypt



commit d1e704bdc9fcda350088bec40260dd647fb02f93
Author: Ulrik Sverdrup <ulrik sverdrup gmail com>
Date:   Mon Dec 14 21:07:40 2009 +0100

    String edit in clawsmail and truecrypt

 kupfer/plugin/clawsmail.py |    4 ++--
 kupfer/plugin/truecrypt.py |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/kupfer/plugin/clawsmail.py b/kupfer/plugin/clawsmail.py
index c0a0eba..803bb12 100644
--- a/kupfer/plugin/clawsmail.py
+++ b/kupfer/plugin/clawsmail.py
@@ -107,7 +107,7 @@ class NewMailAction(Action):
 class SendFileByMail(Action):
 	''' Createn new mail and attach selected file'''
 	def __init__(self):
-		Action.__init__(self, _('Send File by Mail'))
+		Action.__init__(self, _('Send by Mail'))
 
 	def activate(self, leaf):
 		filepath = leaf.object
@@ -120,7 +120,7 @@ class SendFileByMail(Action):
 		yield FileLeaf
 
 	def get_description(self):
-		return _("Create new mail in ClawsMail and attach selected file")
+		return _("Create new mail in ClawsMail and attach file")
 
 	def valid_for_item(self, item):
 		return os.path.isfile(item.object)
diff --git a/kupfer/plugin/truecrypt.py b/kupfer/plugin/truecrypt.py
index 8efcc2a..3968877 100644
--- a/kupfer/plugin/truecrypt.py
+++ b/kupfer/plugin/truecrypt.py
@@ -58,7 +58,7 @@ class MountFile(Action):
 	rank_adjust = -10
 
 	def __init__(self):
-		Action.__init__(self, _("Mount File in Truecrypt"))
+		Action.__init__(self, _("Mount in Truecrypt"))
 
 	def activate(self, leaf):
 		mount_volume_in_truecrypt(leaf.object)



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