Skip to content

Commit 0a016c3

Browse files
authored
typos (#140)
1 parent 925694a commit 0a016c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

NppJSONViewer/NppJsonViewer/resource.rc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ BEGIN
9999
PUSHBUTTON "",IDC_HOR_BAR_TOP,0,1,300,1,WS_DISABLED,WS_EX_STATICEDGE
100100
CONTROL "Follow current tab if it is json file",IDC_CHK_FOLLOW_CURRENT_DOC,
101101
"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,
103103
"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
105105
CONTROL "Ignore comments in json",IDC_CHK_IGNORE_COMMENT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,5,46,140,10
106106
GROUPBOX " Indentation: ",IDC_STATIC,153,7,140,43
107107
CONTROL "Auto detect",IDC_RADIO_INDENT_AUTO,"Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,160,21,50,10
@@ -183,7 +183,7 @@ BEGIN
183183
VALUE "FileDescription", "Notepad++ plugin for JSON file"
184184
VALUE "FileVersion", "2.0.2.0"
185185
VALUE "InternalName", "JSONViewer"
186-
VALUE "LegalCopyright", "Copyright 2022"
186+
VALUE "LegalCopyright", "Copyright © 2022"
187187
VALUE "OriginalFilename", "NPPJSONViewer.dll"
188188
VALUE "ProductName", "JSONViewer plugin for Notepad++"
189189
VALUE "ProductVersion", "2.0.2.0"

0 commit comments

Comments
 (0)