hotssh r59 - trunk/hotssh



Author: walters
Date: Tue Oct 14 17:15:41 2008
New Revision: 59
URL: http://svn.gnome.org/viewvc/hotssh?rev=59&view=rev

Log:
Add translator comment

Signed-off-by: Colin Walters <walters verbum org>


Modified:
   trunk/hotssh/sshwindow.py

Modified: trunk/hotssh/sshwindow.py
==============================================================================
--- trunk/hotssh/sshwindow.py	(original)
+++ trunk/hotssh/sshwindow.py	Tue Oct 14 17:15:41 2008
@@ -1516,6 +1516,7 @@
             button.set_property('image', gtk.image_new_from_stock('gtk-connect', gtk.ICON_SIZE_BUTTON))
             dlg.set_default_response(gtk.RESPONSE_ACCEPT)
             allhosts_count = len(allhosts)
+            # Translators: %d is the number of hosts we are about to reconnect to.
             text = gettext.ngettext('Reconnect to %d host' % (allhosts_count,), 
                                     'Reconnect to %d hosts' % (allhosts_count,), len(allhosts))
             dlg.format_secondary_markup(text)



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