diff options
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/MRA/res/resource.rc | 2 | ||||
-rw-r--r-- | protocols/Tlen/res/tlen.rc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/protocols/MRA/res/resource.rc b/protocols/MRA/res/resource.rc index 3caad3cee9..b3480ff90e 100644 --- a/protocols/MRA/res/resource.rc +++ b/protocols/MRA/res/resource.rc @@ -214,7 +214,7 @@ STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
- RTEXT "PopUp type",IDC_STATIC,9,11,52,8
+ RTEXT "Popup type",IDC_STATIC,9,11,52,8
COMBOBOX IDC_COMBO_POPUP_TYPE,65,9,220,97,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
GROUPBOX "Popup settings",IDC_GROUPMAIN,9,25,276,90,WS_GROUP
CONTROL "Enable",IDC_CHK_ENABLE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,17,38,260,10
diff --git a/protocols/Tlen/res/tlen.rc b/protocols/Tlen/res/tlen.rc index 60dd22fa58..c105940f6a 100644 --- a/protocols/Tlen/res/tlen.rc +++ b/protocols/Tlen/res/tlen.rc @@ -185,7 +185,7 @@ BEGIN CONTROL "",IDC_COLORBKG,"ColourPicker",WS_TABSTOP,17,41,24,12
CONTROL "",IDC_COLORTXT,"ColourPicker",WS_TABSTOP,17,59,24,12
GROUPBOX "Delay",IDC_STATIC,157,26,140,55
- CONTROL "&From PopUp plugin",IDC_DELAY_POPUP,"Button",
+ CONTROL "&From Popup plugin",IDC_DELAY_POPUP,"Button",
BS_AUTORADIOBUTTON,164,40,125,10
CONTROL "&Custom",IDC_DELAY_CUSTOM,"Button",BS_AUTORADIOBUTTON,
164,53,98,10
|