[kupfer] ssh_hosts: String fix (use 'Connect')



commit 94436c6118dbd4be3cdda61e1889db90cbd694d7
Author: Ulrik Sverdrup <ulrik sverdrup gmail com>
Date:   Thu Apr 15 19:05:56 2010 +0200

    ssh_hosts: String fix (use 'Connect')

 kupfer/plugin/ssh_hosts.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/kupfer/plugin/ssh_hosts.py b/kupfer/plugin/ssh_hosts.py
index c576151..d5d87b1 100644
--- a/kupfer/plugin/ssh_hosts.py
+++ b/kupfer/plugin/ssh_hosts.py
@@ -64,7 +64,7 @@ class SSHConnect (Action):
 	SSH host.
 	"""
 	def __init__(self):
-		Action.__init__(self, name=_("Connect to"))
+		Action.__init__(self, name=_("Connect"))
 
 	def activate(self, leaf):
 		terminal = __kupfer_settings__["terminal_emulator"]



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