[gnome-online-accounts] utils: Improve the wording of the error message for duplicate accounts
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-online-accounts] utils: Improve the wording of the error message for duplicate accounts
- Date: Thu, 19 Apr 2012 13:51:10 +0000 (UTC)
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]