summaryrefslogtreecommitdiff
path: root/plugins/SpellChecker
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2013-04-11 21:42:58 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2013-04-11 21:42:58 +0000
commitcf3a5970f57841c9ff7a156a79d392d5ceb1bf06 (patch)
treece09014fdecb5f273ac68923728a2c00b5abb3ad /plugins/SpellChecker
parent87ee76a5b9e52201aaf982fd98479f4edf167b5b (diff)
unicode status icons - another fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@4429 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SpellChecker')
-rw-r--r--plugins/SpellChecker/src/spellchecker.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SpellChecker/src/spellchecker.cpp b/plugins/SpellChecker/src/spellchecker.cpp
index fda33b9043..ba8daf44ae 100644
--- a/plugins/SpellChecker/src/spellchecker.cpp
+++ b/plugins/SpellChecker/src/spellchecker.cpp
@@ -212,7 +212,7 @@ static int ModulesLoaded(WPARAM wParam, LPARAM lParam)
sid.dwId = i;
TCHAR tmp[128];
- mir_sntprintf(tmp, SIZEOF(tmp), _T("%s - %S"),
+ mir_sntprintf(tmp, SIZEOF(tmp), _T("%s - %s"),
TranslateT("Spell Checker"), languages[i]->full_name);
sid.tszTooltip = tmp;