|
99 | 99 | PUSHBUTTON "",IDC_HOR_BAR_TOP,0,1,300,1,WS_DISABLED,WS_EX_STATICEDGE |
100 | 100 | CONTROL "Follow current tab if it is json file",IDC_CHK_FOLLOW_CURRENT_DOC, |
101 | 101 | "Button",BS_AUTOCHECKBOX | WS_TABSTOP,5,7,140,10 |
102 | | - CONTROL "Auto format josn file when openend",IDC_CHK_FORMAT_ON_OPEN, |
| 102 | + CONTROL "Auto format json file when openend",IDC_CHK_FORMAT_ON_OPEN, |
103 | 103 | "Button",BS_AUTOCHECKBOX | WS_TABSTOP,5,20,140,10 |
104 | | - CONTROL "Ignore tralling comma",IDC_CHK_IGNORE_COMMA,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,5,33,140,10 |
| 104 | + CONTROL "Ignore trailing comma",IDC_CHK_IGNORE_COMMA,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,5,33,140,10 |
105 | 105 | CONTROL "Ignore comments in json",IDC_CHK_IGNORE_COMMENT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,5,46,140,10 |
106 | 106 | GROUPBOX " Indentation: ",IDC_STATIC,153,7,140,43 |
107 | 107 | CONTROL "Auto detect",IDC_RADIO_INDENT_AUTO,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,160,21,50,10 |
@@ -183,7 +183,7 @@ BEGIN |
183 | 183 | VALUE "FileDescription", "Notepad++ plugin for JSON file" |
184 | 184 | VALUE "FileVersion", "2.0.2.0" |
185 | 185 | VALUE "InternalName", "JSONViewer" |
186 | | - VALUE "LegalCopyright", "Copyright � 2022" |
| 186 | + VALUE "LegalCopyright", "Copyright © 2022" |
187 | 187 | VALUE "OriginalFilename", "NPPJSONViewer.dll" |
188 | 188 | VALUE "ProductName", "JSONViewer plugin for Notepad++" |
189 | 189 | VALUE "ProductVersion", "2.0.2.0" |
|
0 commit comments