File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
NppJSONViewer/NppJsonViewer Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ const TCHAR MENU_ABOUT[] = TEXT("&About");
2727const TCHAR MENU_SEPERATOR[] = TEXT(" -SEPARATOR-" );
2828
2929const 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 " );
3131const TCHAR TOOLTIP_FORMAT[] = TEXT(" Format JSON to beautify it" );
3232const TCHAR TOOLTIP_SEARCH[] = TEXT(" Search in JSON" );
3333
@@ -40,10 +40,10 @@ const TCHAR JSON_ERROR_TITLE[] = TEXT("JSON Viewer: Error");
4040const TCHAR JSON_WARNING_TITLE[] = TEXT(" JSON Viewer: Warning" );
4141const 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
4848const TCHAR STR_VERSION[] = TEXT(" Version: " );
4949const TCHAR STR_COPY[] = TEXT(" Copy" );
You can’t perform that action at this time.
0 commit comments