From bec69826ae47f947e520a75df05026ba4c9ad1dd Mon Sep 17 00:00:00 2001 From: lilia Date: Mon, 22 May 2017 12:12:05 -0700 Subject: [PATCH] Add descriptions to i18n messages about network status A transifx translator requested some clarity around one of these strings, so I've added brief descriptions for each of them. // FREEBIE --- _locales/en/messages.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index c28ab8e98..e8bd87cd1 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -76,13 +76,16 @@ "message": "Sorry, the selected file exceeds message size restrictions." }, "disconnected": { - "message": "Disconnected" + "message": "Disconnected", + "description": "Displayed when the desktop client cannot connect to the server." }, "connecting": { - "message": "Connecting" + "message": "Connecting", + "description": "Displayed when the desktop client is currently connecting to the server." }, "offline": { - "message": "Offline" + "message": "Offline", + "description": "Displayed when the desktop client has no network connection." }, "checkNetworkConnection": { "message": "Check your network connection.",