summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2022-08-05 19:43:21 +0300
committerdartraiden <wowemuh@gmail.com>2022-08-05 19:43:21 +0300
commit339d64cef1ecc064f3d070feedcffc04eef92209 (patch)
tree29b0caaac37a2df0d7d273b4f863018e9cb28171
parenta3d2b5cd1677d830193a464169c711b22557e642 (diff)
WhenWasIt: fix regression introduced in https://github.com/miranda-ng/miranda-ng/commit/f8f31804a06f1944353a69e05eb30a0278c64415
-rw-r--r--langpacks/english/Plugins/WhenWasIt.txt2
-rw-r--r--plugins/WhenWasIt/src/dlg_handlers.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/langpacks/english/Plugins/WhenWasIt.txt b/langpacks/english/Plugins/WhenWasIt.txt
index e5f3f14273..4959c4442a 100644
--- a/langpacks/english/Plugins/WhenWasIt.txt
+++ b/langpacks/english/Plugins/WhenWasIt.txt
@@ -46,7 +46,7 @@
[Set birthday for %s:]
;file \plugins\WhenWasIt\src\dlg_handlers.cpp
[N/A]
-[Protocol iModule]
+[Protocol Module]
[Birthday list (%d)]
[Unknown]
[Protocol]
diff --git a/plugins/WhenWasIt/src/dlg_handlers.cpp b/plugins/WhenWasIt/src/dlg_handlers.cpp
index 2b5d24ed10..a9ffcc8fed 100644
--- a/plugins/WhenWasIt/src/dlg_handlers.cpp
+++ b/plugins/WhenWasIt/src/dlg_handlers.cpp
@@ -26,7 +26,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
wchar_t* GetBirthdayModule(int iModule, MCONTACT)
{
switch (iModule) {
- case DOB_PROTOCOL: return TranslateT("Protocol iModule");
+ case DOB_PROTOCOL: return TranslateT("Protocol Module");
case DOB_USERINFO: return L"UserInfo";
}
return NA;