aboutsummaryrefslogtreecommitdiffstats
path: root/modules/online-accounts
diff options
context:
space:
mode:
Diffstat (limited to 'modules/online-accounts')
-rw-r--r--modules/online-accounts/camel-sasl-xoauth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/online-accounts/camel-sasl-xoauth.c b/modules/online-accounts/camel-sasl-xoauth.c
index df07b9a7ac..1d8ad23e70 100644
--- a/modules/online-accounts/camel-sasl-xoauth.c
+++ b/modules/online-accounts/camel-sasl-xoauth.c
@@ -415,8 +415,8 @@ sasl_xoauth_challenge_sync (CamelSasl *sasl,
error, CAMEL_SERVICE_ERROR,
CAMEL_SERVICE_ERROR_CANT_AUTHENTICATE,
_("Cannot find a corresponding account in "
- "the org.gnome.OnlineAccounts service from "
- "which to obtain an authentication token."));
+ "the org.gnome.OnlineAccounts service from "
+ "which to obtain an authentication token."));
g_object_unref (goa_client);
return NULL;
}