summaryrefslogtreecommitdiff
path: root/plugins/ContextHelp/src/options.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ContextHelp/src/options.cpp')
-rw-r--r--plugins/ContextHelp/src/options.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ContextHelp/src/options.cpp b/plugins/ContextHelp/src/options.cpp
index 1078bd2e4e..564630d8b3 100644
--- a/plugins/ContextHelp/src/options.cpp
+++ b/plugins/ContextHelp/src/options.cpp
@@ -769,7 +769,7 @@ static int HelpOptInit(WPARAM wParam, LPARAM)
Options_AddPage(wParam, &odp);
#ifdef EDITOR
- odp.ptszTab = _T("Help Editor"); /* autotranslated */
+ odp.ptszTab = _T("Help editor"); /* autotranslated */
#else
odp.ptszTab = _T("Advanced"); /* autotranslated */
#endif