[gnome-online-accounts] utils: Improve the wording of the error message for duplicate accounts



commit c89f9bff20664c2ab5079da28b080ea988ede112
Author: Debarshi Ray <debarshir gnome org>
Date:   Thu Apr 19 12:08:57 2012 +0200

    utils: Improve the wording of the error message for duplicate accounts

 src/goabackend/goautils.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/goabackend/goautils.c b/src/goabackend/goautils.c
index 25d3946..77da74c 100644
--- a/src/goabackend/goautils.c
+++ b/src/goabackend/goautils.c
@@ -68,7 +68,7 @@ goa_utils_check_duplicate (GoaClient              *client,
           g_set_error (error,
                        GOA_ERROR,
                        GOA_ERROR_ACCOUNT_EXISTS,
-                       _("There is already a %s account for %s"),
+                       _("A %s account already exists for %s"),
                        provider_name,
                        presentation_identity);
           goto out;



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