summaryrefslogtreecommitdiff
path: root/src/core/stduihist/resource.rc
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/stduihist/resource.rc')
-rw-r--r--src/core/stduihist/resource.rc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/stduihist/resource.rc b/src/core/stduihist/resource.rc
index abee09f9fe..1c0884e4a2 100644
--- a/src/core/stduihist/resource.rc
+++ b/src/core/stduihist/resource.rc
@@ -32,15 +32,15 @@ CAPTION "Find"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
EDITTEXT IDC_FINDWHAT,48,11,115,12,ES_AUTOHSCROLL
- DEFPUSHBUTTON "&Find Next",IDOK,173,7,50,14
+ DEFPUSHBUTTON "&Find next",IDOK,173,7,50,14
PUSHBUTTON "Cancel",IDCANCEL,173,24,50,14
- LTEXT "Find What:",IDC_STATIC,7,13,39,9
+ LTEXT "Find what:",IDC_STATIC,7,13,39,9
END
IDD_HISTORY DIALOGEX 0, 0, 296, 166
STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME
EXSTYLE WS_EX_CONTROLPARENT
-CAPTION "Message History"
+CAPTION "Message history"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
DEFPUSHBUTTON "Close",IDOK,239,144,50,14