Skip to content

Commit d87378c

Browse files
Improve some of the UI strings (#151)
1 parent 746a56e commit d87378c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

NppJSONViewer/NppJsonViewer/Define.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const TCHAR MENU_ABOUT[] = TEXT("&About");
2727
const TCHAR MENU_SEPERATOR[] = TEXT("-SEPARATOR-");
2828

2929
const TCHAR TOOLTIP_REFRESH[] = TEXT("Refresh JSON tree");
30-
const TCHAR TOOLTIP_VALIDATE[] = TEXT("Validate JSON to detect any error");
30+
const TCHAR TOOLTIP_VALIDATE[] = TEXT("Validate JSON to detect any errors");
3131
const TCHAR TOOLTIP_FORMAT[] = TEXT("Format JSON to beautify it");
3232
const TCHAR TOOLTIP_SEARCH[] = TEXT("Search in JSON");
3333

@@ -40,10 +40,10 @@ const TCHAR JSON_ERROR_TITLE[] = TEXT("JSON Viewer: Error");
4040
const TCHAR JSON_WARNING_TITLE[] = TEXT("JSON Viewer: Warning");
4141
const TCHAR JSON_INFO_TITLE[] = TEXT("JSON Viewer: Information");
4242

43-
const TCHAR JSON_ERR_PARSE[] = TEXT("Cannot parse JSON. Please select a JSON String.");
44-
const TCHAR JSON_ERR_VALIDATE[] = TEXT("There was an error while parsing JSON. Refer the current selection for possible problematic area.");
45-
const TCHAR JSON_ERR_VALIDATE_SUCCESS[] = TEXT("JSON looks good. No error found while validating it.");
46-
const TCHAR JSON_ERR_SAVE_SETTING[] = TEXT("Failed to save the setting. Please try again.");
43+
const TCHAR JSON_ERR_PARSE[] = TEXT("Cannot parse JSON. Please select a JSON string.");
44+
const TCHAR JSON_ERR_VALIDATE[] = TEXT("There was an error while parsing JSON. Refer to the current selection for possible problematic area.");
45+
const TCHAR JSON_ERR_VALIDATE_SUCCESS[] = TEXT("JSON looks good. No errors found while validating it.");
46+
const TCHAR JSON_ERR_SAVE_SETTING[] = TEXT("Failed to save the settings. Please try again.");
4747

4848
const TCHAR STR_VERSION[] = TEXT("Version: ");
4949
const TCHAR STR_COPY[] = TEXT("Copy");

0 commit comments

Comments
 (0)