From 8aa75cbdc6233d5b400242d2abffe0bf52a7b52f Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Sun, 25 Nov 2012 18:31:35 +0000 Subject: typo in [2484] git-svn-id: http://svn.miranda-ng.org/main/trunk@2495 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/WhenWasIt/src/dlg_handlers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/WhenWasIt/src') 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; -- cgit v1.2.3