From ff81cbdd84f85ae9ae42011eac3c05a588e55df1 Mon Sep 17 00:00:00 2001 From: RMN Date: Sun, 6 Jul 2014 17:10:32 +0000 Subject: - 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 --- plugins/CmdLine/src/mimcmd_handlers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/CmdLine') 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; } -- cgit v1.2.3