diff options
| -rw-r--r-- | langpacks/english/Plugins/WhenWasIt.txt | 2 | ||||
| -rw-r--r-- | 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;
|
