diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/NewEventNotify/src/options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewEventNotify/src/options.cpp b/plugins/NewEventNotify/src/options.cpp index 0d6c566b03..35e1b7cef4 100644 --- a/plugins/NewEventNotify/src/options.cpp +++ b/plugins/NewEventNotify/src/options.cpp @@ -422,7 +422,7 @@ int OptionsAdd(WPARAM addInfo, LPARAM) odp.szTitle.a = LPGEN("Event Notify");
odp.szGroup.a = LPGEN("Popups");
- odp.szTab.a = LPGEN("Main");
+ odp.szTab.a = LPGEN("Main options");
odp.pDialog = new COptionsMainDlg();
g_plugin.addOptions(addInfo, &odp);
|