diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-12-21 05:21:53 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-12-21 05:21:53 +0000 |
commit | 49cef0d9fce641946186a62ee9fb90ece77ea941 (patch) | |
tree | cea7bf6b587a2544903a8b421072052b942ad38b /plugins/TranslitSwitcher/src/TranslitSwitcher.cpp | |
parent | ebcdcc2d08544de7886218388f303ac35b0fbb25 (diff) |
fixed translation
git-svn-id: http://svn.miranda-ng.org/main/trunk@2775 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TranslitSwitcher/src/TranslitSwitcher.cpp')
-rw-r--r-- | plugins/TranslitSwitcher/src/TranslitSwitcher.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/TranslitSwitcher/src/TranslitSwitcher.cpp b/plugins/TranslitSwitcher/src/TranslitSwitcher.cpp index 194ae5d7c4..8ba312f41e 100644 --- a/plugins/TranslitSwitcher/src/TranslitSwitcher.cpp +++ b/plugins/TranslitSwitcher/src/TranslitSwitcher.cpp @@ -139,8 +139,8 @@ int OnModulesLoaded(WPARAM wParam, LPARAM lParam) BBButton bbd = {0};
bbd.cbSize = sizeof(BBButton);
bbd.bbbFlags = BBBF_ISIMBUTTON | BBBF_ISCHATBUTTON | BBBF_ISRSIDEBUTTON;
- bbd.pszModuleName = "SwitchLayout and Send";
- bbd.ptszTooltip = TranslateT("SwitchLayout and Send");
+ bbd.pszModuleName = "Switch Layout and Send";
+ bbd.ptszTooltip = TranslateT("Switch Layout and Send");
bbd.hIcon = iconList[0].hIcolib;
bbd.dwButtonID = 1;
bbd.dwDefPos = 30;
|