diff options
-rw-r--r-- | langpacks/english/Langpack_english.txt | 2 | ||||
-rw-r--r-- | langpacks/english/Plugins/SimpleAR.txt | 2 | ||||
-rw-r--r-- | plugins/SimpleAR/src/Options.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/langpacks/english/Langpack_english.txt b/langpacks/english/Langpack_english.txt index e83cc19a53..a3db5156e0 100644 --- a/langpacks/english/Langpack_english.txt +++ b/langpacks/english/Langpack_english.txt @@ -15001,7 +15001,7 @@ [Dear %user%, the owner left the following message:]
;file \plugins\SimpleAR\src\Options.cpp
[Simple Auto Replier]
-[Plugins]
+[Message Sessions]
#muuid {768ce156-34ac-45a3-b53b-0083c47615c4}
;============================================================
; File: SimpleStatusMsg.dll
diff --git a/langpacks/english/Plugins/SimpleAR.txt b/langpacks/english/Plugins/SimpleAR.txt index ff5709f61d..d6a3e69de9 100644 --- a/langpacks/english/Plugins/SimpleAR.txt +++ b/langpacks/english/Plugins/SimpleAR.txt @@ -27,4 +27,4 @@ [Dear %user%, the owner left the following message:]
;file \plugins\SimpleAR\src\Options.cpp
[Simple Auto Replier]
-[Plugins]
+[Message Sessions]
diff --git a/plugins/SimpleAR/src/Options.cpp b/plugins/SimpleAR/src/Options.cpp index adb40e4972..4eca85a0dd 100644 --- a/plugins/SimpleAR/src/Options.cpp +++ b/plugins/SimpleAR/src/Options.cpp @@ -156,7 +156,7 @@ INT OptInit(WPARAM wParam,LPARAM lParam) odp.hInstance = hinstance;
odp.pszTemplate = MAKEINTRESOURCEA(IDD_OPTION);
odp.pszTitle = LPGEN("Simple Auto Replier");
- odp.pszGroup = LPGEN("Plugins");
+ odp.pszGroup = LPGEN("Message Sessions");
odp.flags = ODPF_BOLDGROUPS;
odp.pfnDlgProc = DlgProcOpts;
Options_AddPage(wParam, &odp);
|