Update messages.json
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 (–).
This commit is contained in:
parent
4559162d45
commit
f659800aa6
|
@ -230,7 +230,7 @@
|
||||||
"description": "Label for the button to export a style ('edit' page) or all styles ('manage' page)"
|
"description": "Label for the button to export a style ('edit' page) or all styles ('manage' page)"
|
||||||
},
|
},
|
||||||
"findStylesForSite": {
|
"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"
|
"description": "Text for a link that gets a list of styles for the current site"
|
||||||
},
|
},
|
||||||
"helpAlt": {
|
"helpAlt": {
|
||||||
|
@ -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": {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user