From f659800aa68019de473d87ddfffe5a390c7d4f17 Mon Sep 17 00:00:00 2001 From: R3gi Date: Tue, 6 Jun 2017 10:51:02 +0200 Subject: [PATCH] Update messages.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit findStylesForSite – Superfluous dot at the end has been removed. updateCheckFailBadResponseCode – Hyphen (-) has been replaced by a dash (–). updateCheckFailServerUnreachable – Hyphen (-) has been replaced by a dash (–). --- _locales/en/messages.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index a5b7c4fe..fef02e6a 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -230,7 +230,7 @@ "description": "Label for the button to export a style ('edit' page) or all styles ('manage' page)" }, "findStylesForSite": { - "message": "Find more styles for this site.", + "message": "Find more styles for this site", "description": "Text for a link that gets a list of styles for the current site" }, "helpAlt": { @@ -593,7 +593,7 @@ "description": "Note in the toolbar popup for file:// URLs" }, "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", "placeholders": { "code": { @@ -602,7 +602,7 @@ } }, "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" }, "updateCheckSkippedLocallyEdited": {