summaryrefslogtreecommitdiff
path: root/plugins/NewXstatusNotify/src
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/NewXstatusNotify/src')
-rw-r--r--plugins/NewXstatusNotify/src/options.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewXstatusNotify/src/options.cpp b/plugins/NewXstatusNotify/src/options.cpp
index cc84b83911..0671f11fcc 100644
--- a/plugins/NewXstatusNotify/src/options.cpp
+++ b/plugins/NewXstatusNotify/src/options.cpp
@@ -1059,7 +1059,7 @@ int OptionsInitialize(WPARAM wParam, LPARAM lParam)
if (ServiceExists(MS_POPUP_ADDPOPUP)) {
odp.pszTitle = LPGEN("Status Notify");
- odp.pszGroup = LPGEN("Popups");
+ odp.pszGroup = LPGEN("PopUps");
odp.pszTab = LPGEN("General");
odp.pszTemplate = MAKEINTRESOURCEA(IDD_OPT_POPUP);
odp.pfnDlgProc = DlgProcPopUpOpts;