Skip to content

Commit cc9baf1

Browse files
committed
Renamed "Third-party Code" -> "3rd-Party Code"
1 parent 99f1e07 commit cc9baf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Notepad2.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ BEGIN
366366
POPUP "&?"
367367
BEGIN
368368
MENUITEM "&About...\tF1", IDM_HELP_ABOUT
369-
MENUITEM "&Third-party Code...", IDM_HELP_ABOUT_3RD_PARTY
369+
MENUITEM "&3rd-Party Code...", IDM_HELP_ABOUT_3RD_PARTY
370370
END
371371
END
372372

@@ -1092,7 +1092,7 @@ END
10921092

10931093
IDD_ABOUT_3RD_PARTY DIALOGEX 0, 0, 339, 141
10941094
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_NOFAILCREATE | WS_POPUP | WS_CAPTION | WS_SYSMENU
1095-
CAPTION "Third-party Code"
1095+
CAPTION "3rd-Party Code"
10961096
FONT 8, "MS Shell Dlg", 0, 0, 0x0
10971097
BEGIN
10981098
ICON IDR_MAINWND,-1,7,7,20,20

0 commit comments

Comments
 (0)