[libgdata: 1/2] documents: Fix en_GB-ism in a translatable string
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgdata: 1/2] documents: Fix en_GB-ism in a translatable string
- Date: Wed, 14 Aug 2019 08:41:23 +0000 (UTC)
commit b839a5af5df8d14e00f712e94125ecca9bbae23b
Author: Philip Withnall <withnall endlessm com>
Date: Wed Aug 14 10:29:04 2019 +0200
documents: Fix en_GB-ism in a translatable string
Spotted by Bruce Cowan.
Signed-off-by: Philip Withnall <withnall endlessm com>
Fixes: #33
gdata/services/documents/gdata-documents-entry.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]