summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2019-08-14 10:29:04 +0200
committerPhilip Withnall <withnall@endlessm.com>2019-08-14 10:29:04 +0200
commitb839a5af5df8d14e00f712e94125ecca9bbae23b (patch)
tree368798d8e31c4c7e22b0d53656135d9373e1aca9
parent7e6bc78ca80a54c331b3cd11bc39b70a4fdf7ae7 (diff)
downloadlibgdata-b839a5af5df8d14e00f712e94125ecca9bbae23b.tar.gz
documents: Fix en_GB-ism in a translatable string
Spotted by Bruce Cowan. Signed-off-by: Philip Withnall <withnall@endlessm.com> Fixes: #33
-rw-r--r--gdata/services/documents/gdata-documents-entry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdata/services/documents/gdata-documents-entry.c b/gdata/services/documents/gdata-documents-entry.c
index 65bfff02..b11b0b21 100644
--- a/gdata/services/documents/gdata-documents-entry.c
+++ b/gdata/services/documents/gdata-documents-entry.c
@@ -916,7 +916,7 @@ parse_json (GDataParsable *parsable, JsonReader *reader, gpointer user_data, GEr
g_strcmp0 (visibility, GDATA_DOCUMENTS_PROPERTY_VISIBILITY_PRIVATE)) {
g_set_error (error, GDATA_SERVICE_ERROR, GDATA_SERVICE_ERROR_PROTOCOL_ERROR,
/* Translators: the parameter is the invalid value of visibility variable */
- _("Invalid visibility: unrecognised value ā€˜%sā€™"),
+ _("Invalid visibility: unrecognized value ā€˜%sā€™"),
visibility);
success = FALSE;
goto continue_properties;