summaryrefslogtreecommitdiff
path: root/plugins/WhenWasIt
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2012-11-25 18:31:35 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2012-11-25 18:31:35 +0000
commit8aa75cbdc6233d5b400242d2abffe0bf52a7b52f (patch)
tree8a142d7120cd393bef3c16e14d680515ad5ef4c9 /plugins/WhenWasIt
parent7a4e14e38c46f93c4f80ec3d422384a03f9f3498 (diff)
typo in [2484]
git-svn-id: http://svn.miranda-ng.org/main/trunk@2495 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/WhenWasIt')
-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 dae746417c..a729eedf16 100644
--- a/plugins/WhenWasIt/src/dlg_handlers.cpp
+++ b/plugins/WhenWasIt/src/dlg_handlers.cpp
@@ -441,7 +441,7 @@ INT_PTR CALLBACK DlgProcAddBirthday(HWND hWnd, UINT msg, WPARAM wParam, LPARAM l
case DOB_PROTOCOL:
DateTime_SetMonthCalColor(hDate, MCSC_TITLEBK, COLOR_PROTOCOL);
- _stprintf(buffer, TranslateT("%S szProto"), szProto);
+ _stprintf(buffer, TranslateT("%S protocol"), szProto);
szCurrentModuleTooltip = buffer;
break;