[gnome-online-accounts] goabackend: Fix capitalisation of acronyms in some strings
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-online-accounts] goabackend: Fix capitalisation of acronyms in some strings
- Date: Fri, 6 Sep 2013 09:36:12 +0000 (UTC)
commit 1be2ff5d4cec96d4b9a1c076535a82046d0c813f
Author: Philip Withnall <philip tecnocode co uk>
Date: Tue Sep 3 22:15:11 2013 -0600
goabackend: Fix capitalisation of acronyms in some strings
Remove the acronyms and use ‘your identity’ instead. This merges a couple
of strings and makes them a bit clearer to the user.
Fixes: https://bugzilla.gnome.org/707435
src/goabackend/goafacebookprovider.c | 2 +-
src/goabackend/goaflickrprovider.c | 2 +-
src/goabackend/goagoogleprovider.c | 2 +-
src/goabackend/goatwitterprovider.c | 2 +-
src/goabackend/goawindowsliveprovider.c | 2 +-
src/goabackend/goayahooprovider.c | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/src/goabackend/goafacebookprovider.c b/src/goabackend/goafacebookprovider.c
index 0dc2d53..a73a4d5 100644
--- a/src/goabackend/goafacebookprovider.c
+++ b/src/goabackend/goafacebookprovider.c
@@ -208,7 +208,7 @@ get_identity_sync (GoaOAuth2Provider *provider,
g_set_error (error,
GOA_ERROR,
GOA_ERROR_FAILED,
- _("Expected status 200 when requesting guid, instead got status %d (%s)"),
+ _("Expected status 200 when requesting your identity, instead got status %d (%s)"),
rest_proxy_call_get_status_code (call),
rest_proxy_call_get_status_message (call));
goto out;
diff --git a/src/goabackend/goaflickrprovider.c b/src/goabackend/goaflickrprovider.c
index 9b2eed8..17b856d 100644
--- a/src/goabackend/goaflickrprovider.c
+++ b/src/goabackend/goaflickrprovider.c
@@ -186,7 +186,7 @@ get_identity_sync (GoaOAuthProvider *provider,
g_set_error (error,
GOA_ERROR,
GOA_ERROR_FAILED,
- _("Expected status 200 when requesting user id, instead got status %d (%s)"),
+ _("Expected status 200 when requesting your identity, instead got status %d (%s)"),
rest_proxy_call_get_status_code (call),
rest_proxy_call_get_status_message (call));
goto out;
diff --git a/src/goabackend/goagoogleprovider.c b/src/goabackend/goagoogleprovider.c
index 7c530de..ff85b24 100644
--- a/src/goabackend/goagoogleprovider.c
+++ b/src/goabackend/goagoogleprovider.c
@@ -204,7 +204,7 @@ get_identity_sync (GoaOAuth2Provider *provider,
g_set_error (error,
GOA_ERROR,
GOA_ERROR_FAILED,
- _("Expected status 200 when requesting guid, instead got status %d (%s)"),
+ _("Expected status 200 when requesting your identity, instead got status %d (%s)"),
rest_proxy_call_get_status_code (call),
rest_proxy_call_get_status_message (call));
goto out;
diff --git a/src/goabackend/goatwitterprovider.c b/src/goabackend/goatwitterprovider.c
index f38840a..e2cdb2f 100644
--- a/src/goabackend/goatwitterprovider.c
+++ b/src/goabackend/goatwitterprovider.c
@@ -163,7 +163,7 @@ get_identity_sync (GoaOAuthProvider *provider,
g_set_error (error,
GOA_ERROR,
GOA_ERROR_FAILED,
- _("Expected status 200 when requesting guid, instead got status %d (%s)"),
+ _("Expected status 200 when requesting your identity, instead got status %d (%s)"),
rest_proxy_call_get_status_code (call),
rest_proxy_call_get_status_message (call));
goto out;
diff --git a/src/goabackend/goawindowsliveprovider.c b/src/goabackend/goawindowsliveprovider.c
index ea44e6a..ada340a 100644
--- a/src/goabackend/goawindowsliveprovider.c
+++ b/src/goabackend/goawindowsliveprovider.c
@@ -192,7 +192,7 @@ get_identity_sync (GoaOAuth2Provider *provider,
g_set_error (error,
GOA_ERROR,
GOA_ERROR_FAILED,
- _("Expected status 200 when requesting guid, instead got status %d (%s)"),
+ _("Expected status 200 when requesting your identity, instead got status %d (%s)"),
rest_proxy_call_get_status_code (call),
rest_proxy_call_get_status_message (call));
goto out;
diff --git a/src/goabackend/goayahooprovider.c b/src/goabackend/goayahooprovider.c
index da59986..1daed8a 100644
--- a/src/goabackend/goayahooprovider.c
+++ b/src/goabackend/goayahooprovider.c
@@ -184,7 +184,7 @@ get_identity_sync (GoaOAuthProvider *provider,
GOA_ERROR,
GOA_ERROR_FAILED,
/* Translators: the %d is a HTTP status code and the %s is a textual description of it */
- _("Expected status 200 when requesting guid, instead got status %d (%s)"),
+ _("Expected status 200 when requesting your identity, instead got status %d (%s)"),
rest_proxy_call_get_status_code (call),
rest_proxy_call_get_status_message (call));
goto out;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]