From 552ca95949aef92134ff6ca9327362e88d2d3e35 Mon Sep 17 00:00:00 2001 From: Elvio Basello Date: Tue, 27 Jan 2009 16:41:00 +0000 Subject: updated italian translation; fixed typo git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3044 17fca916-40b9-46aa-a4ea-0a15b648b75c --- src/modules/regchan/libkviregchan.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules') diff --git a/src/modules/regchan/libkviregchan.cpp b/src/modules/regchan/libkviregchan.cpp index 6b6ca7e2f..2010b524f 100644 --- a/src/modules/regchan/libkviregchan.cpp +++ b/src/modules/regchan/libkviregchan.cpp @@ -209,7 +209,7 @@ static bool regchan_kvs_cmd_showlist(KviKvsModuleCommandCall * c) KviPointerHashTableIterator pit(*(ch->propertyDict())); while(KviStr * s = pit.current()) { - c->window()->output(KVI_OUT_SYSTEMMESSAGE,__tr2qs(" Property: %s=%s"),pit.currentKey(),s->ptr()); + c->window()->output(KVI_OUT_SYSTEMMESSAGE,__tr2qs(" Property: %s=%s"),pit.currentKey(),s->ptr()); ++pit; } } -- cgit v1.3.1-10-gc9f91