[gnome-online-accounts] owncloud: Clarify an error message for translators



commit 3ab3b489db8ff6492405f48d47964409244a14a1
Author: Debarshi Ray <debarshir gnome org>
Date:   Wed Nov 7 13:56:08 2012 +0100

    owncloud: Clarify an error message for translators

 src/goabackend/goaowncloudprovider.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/goabackend/goaowncloudprovider.c b/src/goabackend/goaowncloudprovider.c
index f3f1b4f..6c7b20f 100644
--- a/src/goabackend/goaowncloudprovider.c
+++ b/src/goabackend/goaowncloudprovider.c
@@ -360,6 +360,10 @@ ensure_credentials_sync (GoaProvider         *provider,
       if (error != NULL)
         {
           g_prefix_error (error,
+                          /* Translators: the first %s is the username
+                           * (eg., debarshi ray gmail com or rishi), and the
+                           * (%s, %d) is the error domain and code.
+                           */
                           _("Invalid password with username `%s' (%s, %d): "),
                           username,
                           g_quark_to_string ((*error)->domain),



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