From bba45ab87060e850282d744d9663a34a34b978aa Mon Sep 17 00:00:00 2001 From: dartraiden Date: Fri, 24 Apr 2020 03:16:44 +0300 Subject: NewStory: fix variable name --- plugins/NewStory/src/options.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins') diff --git a/plugins/NewStory/src/options.cpp b/plugins/NewStory/src/options.cpp index f6e3d0895a..dae3d07a52 100644 --- a/plugins/NewStory/src/options.cpp +++ b/plugins/NewStory/src/options.cpp @@ -151,7 +151,7 @@ public: { CMStringW wszVarHelp; wszVarHelp.Format(L"%s - %s\n%s - %s\n%s - %s\n%s - %s\n%s - %s\n%s - %s\n%s - %s\n%s - %s\n%s - %s\n%s - %s\n%s - %s\n%s - %s\n%s - %s\n%s - %s\n%s - %s\n%s - %s\n%s - %s\n%s - %s\n%s - %s\n%s - %s", - L"%", TranslateT("simply % character"), + L"%%", TranslateT("simply % character"), L"%n", TranslateT("line break"), L"%S", TranslateT("my nick"), L"%N", TranslateT("buddy\'s nick"), @@ -168,7 +168,7 @@ public: L"%d", TranslateT("day of month"), L"%y", TranslateT("year"), L"%w", TranslateT("day of week (Sunday, Monday... translatable)"), - L"%p", TranslateT("am/pm symbol"), + L"%p", TranslateT("AM/PM symbol"), L"%O", TranslateT("name of month, translatable"), L"%M", TranslateT("the message string itself")); MessageBox(m_hwnd, wszVarHelp, TranslateT("Variables help"), MB_OK); -- cgit v1.2.3