diff options
author | RMN <rmn@miranda-ng.org> | 2014-07-06 17:10:32 +0000 |
---|---|---|
committer | RMN <rmn@miranda-ng.org> | 2014-07-06 17:10:32 +0000 |
commit | ff81cbdd84f85ae9ae42011eac3c05a588e55df1 (patch) | |
tree | c7e36d40e3e34a7271b6fe8238bbebdc9c62b33e /plugins/CmdLine | |
parent | 2b8bf3de025f81d869d78ba0fc043217a300212e (diff) |
- CmdLine: typo (langpacks updated)
- langpacks: addition to Weather translations forgotten after [9172] and [9176] changes
git-svn-id: http://svn.miranda-ng.org/main/trunk@9711 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CmdLine')
-rw-r--r-- | plugins/CmdLine/src/mimcmd_handlers.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CmdLine/src/mimcmd_handlers.cpp b/plugins/CmdLine/src/mimcmd_handlers.cpp index 55c6f37ce9..3b03a87982 100644 --- a/plugins/CmdLine/src/mimcmd_handlers.cpp +++ b/plugins/CmdLine/src/mimcmd_handlers.cpp @@ -604,7 +604,7 @@ void HandleClistCommand(PCommand command, TArgument *argv, int argc, PReply repl {
HWND hClist = (HWND) CallService(MS_CLUI_GETHWND, 0, 0);
int state = IsWindowVisible(hClist);
- Set2StateReply(reply, state, 0, LPGEN("Contact list is currectly shown."), "", LPGEN("Contact list is currently hidden."), "");
+ Set2StateReply(reply, state, 0, LPGEN("Contact list is currently shown."), "", LPGEN("Contact list is currently hidden."), "");
return;
}
|