hotssh r24 - trunk/hotssh



Author: walters
Date: Sat Jul 12 17:54:12 2008
New Revision: 24
URL: http://svn.gnome.org/viewvc/hotssh?rev=24&view=rev

Log:
Remove extraneous parenthesis


Modified:
   trunk/hotssh/sshwindow.py

Modified: trunk/hotssh/sshwindow.py
==============================================================================
--- trunk/hotssh/sshwindow.py	(original)
+++ trunk/hotssh/sshwindow.py	Sat Jul 12 17:54:12 2008
@@ -944,7 +944,7 @@
         if widget.connecting_state:
             text = _('Connecting')
         elif widget.connected is True:
-            text = _('Connected; %.2fs latency; %s)') % (widget.latency, widget.status_line)
+            text = _('Connected; %.2fs latency; %s') % (widget.latency, widget.status_line)
         elif widget.connected is False:
             text = _('Connection timed out')
         elif widget.connected is None:



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