From 339d64cef1ecc064f3d070feedcffc04eef92209 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Fri, 5 Aug 2022 19:43:21 +0300 Subject: WhenWasIt: fix regression introduced in https://github.com/miranda-ng/miranda-ng/commit/f8f31804a06f1944353a69e05eb30a0278c64415 --- langpacks/english/Plugins/WhenWasIt.txt | 2 +- plugins/WhenWasIt/src/dlg_handlers.cpp | 2 +- 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; -- cgit v1.2.3