hotssh r71 - trunk/hotssh



Author: walters
Date: Fri Feb 13 21:09:23 2009
New Revision: 71
URL: http://svn.gnome.org/viewvc/hotssh?rev=71&view=rev

Log:
Bug 566777 - Add ellipsis to connect menuitem

This follows the HIG recommendation.

Modified:
   trunk/hotssh/sshwindow.py

Modified: trunk/hotssh/sshwindow.py
==============================================================================
--- trunk/hotssh/sshwindow.py	(original)
+++ trunk/hotssh/sshwindow.py	Fri Feb 13 21:09:23 2009
@@ -1441,7 +1441,7 @@
     def __merge_ssh_ui(self):
         self.__using_accels = True
         self.__actions = actions = [
-            ('NewConnection', gtk.STOCK_NEW, _('Connect to server'), '<control><shift>O',
+            ('NewConnection', gtk.STOCK_NEW, _('Connect to server...'), '<control><shift>O',
              _('Open a new Secure Shell connection'), self.__new_connection_cb),
             ('CopyConnection', gtk.STOCK_JUMP_TO, _('New tab for connection'), '<control><shift>T',
              _('Open a new tab for the same remote computer'), self.__copy_connection_cb),



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