diff options
| author | 2010-01-25 18:19:41 +0000 | |
|---|---|---|
| committer | 2010-01-25 18:19:41 +0000 | |
| commit | 63c3a566011dd4e93eadc7913359b02ec9236a14 (patch) | |
| tree | 7797be417bd6d6787f80604f9b0764ed4d91bdf3 /src | |
| parent | updated translation (diff) | |
| download | KVIrc-63c3a566011dd4e93eadc7913359b02ec9236a14.tar.gz KVIrc-63c3a566011dd4e93eadc7913359b02ec9236a14.tar.bz2 KVIrc-63c3a566011dd4e93eadc7913359b02ec9236a14.zip | |
updated italian translation;
fixed typos;
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3888 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src')
| -rw-r--r-- | src/kvirc/kvs/kvi_kvs_corecallbackcommands.cpp | 2 | ||||
| -rw-r--r-- | src/kvirc/kvs/kvi_kvs_parser_comment.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/kvirc/kvs/kvi_kvs_corecallbackcommands.cpp b/src/kvirc/kvs/kvi_kvs_corecallbackcommands.cpp index abd2b01e3..2d7c97e53 100644 --- a/src/kvirc/kvs/kvi_kvs_corecallbackcommands.cpp +++ b/src/kvirc/kvs/kvi_kvs_corecallbackcommands.cpp @@ -275,7 +275,7 @@ namespace KviKvsCoreCallbackCommands if(!KviKvsAliasManager::instance()->remove(szName)) { if(!KVSCCC_pSwitches->find('q',"quiet")) - KVSCCC_pContext->warning(__tr2qs_ctx("The alias %Q is not existing","kvs"),&szName); + KVSCCC_pContext->warning(__tr2qs_ctx("The alias '%Q' does not exist","kvs"),&szName); } } else { KviKvsScript * pScript = new KviKvsScript(*KVSCCC_pCallback); diff --git a/src/kvirc/kvs/kvi_kvs_parser_comment.cpp b/src/kvirc/kvs/kvi_kvs_parser_comment.cpp index 62b8c237c..7cb9a88c2 100644 --- a/src/kvirc/kvs/kvi_kvs_parser_comment.cpp +++ b/src/kvirc/kvs/kvi_kvs_parser_comment.cpp @@ -74,7 +74,7 @@ KviKvsTreeNode * KviKvsParser::parseComment() } break; default: - error(KVSP_curCharPointer,__tr2qs_ctx("Unexpected character '%q' (unicode %x) after a slash (it is a typo or a malformed comment begin?)","kvs"),KVSP_curCharPointer,KVSP_curCharUnicode); + error(KVSP_curCharPointer,__tr2qs_ctx("Unexpected character '%q' (unicode %x) after a slash (is it a typo or a malformed comment begin?)","kvs"),KVSP_curCharPointer,KVSP_curCharUnicode); return 0; break; } |
