[gnome-blog] Fixed typo in string. Fixes bug #684525



commit 58ca1af2e6c654ff4efd62e02baeed3e627e6c4c
Author: Daniel Mustieles <daniel mustieles gmail com>
Date:   Sun Oct 28 20:05:18 2012 +0100

    Fixed typo in string. Fixes bug #684525

 protocols/atomBloggerAPI.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/protocols/atomBloggerAPI.py b/protocols/atomBloggerAPI.py
index 9a10f63..956d1b3 100644
--- a/protocols/atomBloggerAPI.py
+++ b/protocols/atomBloggerAPI.py
@@ -26,7 +26,7 @@ class Blog:
         try:
             blogger_service = self._login (username, password)
         except service.CaptchaRequired as message:
-            hig_alert.reportError (error_name, _("A captcha was required for authentication.")) # TODO: propagadate captcha
+            hig_alert.reportError (error_name, _("A CAPTCHA was required for authentication.")) # TODO: propagadate captcha
             return None
         except service.BadAuthentication as message:
             hig_alert.reportError (error_name, _("Username or password was invalid."))



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