Update messages.json

Recently changed dashes (–) replaced by colons (:).
This commit is contained in:
R3gi 2017-06-16 13:06:27 +02:00 committed by GitHub
parent f659800aa6
commit 192e4f2146

View File

@ -593,7 +593,7 @@
"description": "Note in the toolbar popup for file:// URLs" "description": "Note in the toolbar popup for file:// URLs"
}, },
"updateCheckFailBadResponseCode": { "updateCheckFailBadResponseCode": {
"message": "Update failed server responded with code $code$.", "message": "Update failed: server responded with code $code$.",
"description": "Text that displays when an update check failed because the response code indicates an error", "description": "Text that displays when an update check failed because the response code indicates an error",
"placeholders": { "placeholders": {
"code": { "code": {
@ -602,7 +602,7 @@
} }
}, },
"updateCheckFailServerUnreachable": { "updateCheckFailServerUnreachable": {
"message": "Update failed server unreachable.", "message": "Update failed: server unreachable.",
"description": "Text that displays when an update check failed because the update server is unreachable" "description": "Text that displays when an update check failed because the update server is unreachable"
}, },
"updateCheckSkippedLocallyEdited": { "updateCheckSkippedLocallyEdited": {