Comment #1 on issue 169 by vinetouu: A big one
http://code.google.com/p/ulipad/issues/detail?id=169

There is one thing that needs to be corrected after you apply the patch. Please add 3 dots to the string 'Logging in' to be 'Logging in...' because this string indicates a
process and it should have 3 dots.

Let me show you how it should be...


Index: mixins/FtpClass.py
===================================================================
--- mixins/FtpClass.py  (revision 473)
+++ mixins/FtpClass.py  (working copy)
@@ -141,7 +141,7 @@
                     self.alive = False
                     self.running = False
                     return
-                common.setmessage(self.mainframe, tr('Loginning'))
+                common.setmessage(self.mainframe, tr('Logging in...'))
                 self.ftp.login(user, password)
             except socket.error, msg:
                 error.traceback()

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

Reply via email to