summaryrefslogtreecommitdiff
path: root/plugins
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 /plugins
parenta3d2b5cd1677d830193a464169c711b22557e642 (diff)
WhenWasIt: fix regression introduced in https://github.com/miranda-ng/miranda-ng/commit/f8f31804a06f1944353a69e05eb30a0278c64415
Diffstat (limited to 'plugins')
-rw-r--r--plugins/WhenWasIt/src/dlg_handlers.cpp2
1 files changed, 1 insertions, 1 deletions
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;