diff options
Diffstat (limited to 'gdata')
-rw-r--r-- | gdata/services/documents/gdata-documents-entry.c | 2 |
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; |