summaryrefslogtreecommitdiff
path: root/gdata/gdata-client-login-authorizer.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdata/gdata-client-login-authorizer.c')
-rw-r--r--gdata/gdata-client-login-authorizer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdata/gdata-client-login-authorizer.c b/gdata/gdata-client-login-authorizer.c
index a02ad890..05861152 100644
--- a/gdata/gdata-client-login-authorizer.c
+++ b/gdata/gdata-client-login-authorizer.c
@@ -783,8 +783,8 @@ authenticate (GDataClientLoginAuthorizer *self, GDataAuthorizationDomain *domain
g_free (captcha_uri);
if (new_captcha_answer == NULL || *new_captcha_answer == '\0') {
- /* Translators: see http://en.wikipedia.org/wiki/CAPTCHA for information about CAPTCHAs */
g_set_error_literal (error, GDATA_CLIENT_LOGIN_AUTHORIZER_ERROR, GDATA_CLIENT_LOGIN_AUTHORIZER_ERROR_CAPTCHA_REQUIRED,
+ /* Translators: see http://en.wikipedia.org/wiki/CAPTCHA for information about CAPTCHAs */
_("A CAPTCHA must be filled out to log in."));
goto login_error;
}