aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar Elvio Basello2010-05-22 14:38:26 +0000
committerGravatar Elvio Basello2010-05-22 14:38:26 +0000
commit891c8e28d1e91afc9ff2ef6acfb8646022818228 (patch)
treec96e11f5fd099ba39eac506617981a2a5ef66a77 /src
parentfixed broken format string noticed by dessa, thank you (diff)
downloadKVIrc-891c8e28d1e91afc9ff2ef6acfb8646022818228.tar.gz
KVIrc-891c8e28d1e91afc9ff2ef6acfb8646022818228.tar.bz2
KVIrc-891c8e28d1e91afc9ff2ef6acfb8646022818228.zip
updated translation files; updated italian translation
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4357 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src')
-rw-r--r--src/modules/theme/libkvitheme.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/theme/libkvitheme.cpp b/src/modules/theme/libkvitheme.cpp
index 1b240f8b6..208b27190 100644
--- a/src/modules/theme/libkvitheme.cpp
+++ b/src/modules/theme/libkvitheme.cpp
@@ -125,7 +125,7 @@ static bool theme_kvs_cmd_apply(KviKvsModuleCommandCall * c)
}
}
}
- c->warning(__tr2qs_ctx("The theme package %Q does not exists","theme"),&szThemePackFile);
+ c->warning(__tr2qs_ctx("The theme package '%Q' does not exists","theme"),&szThemePackFile);
return true;
}
/*
@@ -168,7 +168,7 @@ static bool theme_kvs_fnc_info(KviKvsModuleFunctionCall * c)
c->returnValue()->setHash(pHash);
return true;
}
- c->warning(__tr2qs_ctx("The theme package %Q does not exists","theme"),&szThemePackFile);
+ c->warning(__tr2qs_ctx("The theme package '%Q' does not exists","theme"),&szThemePackFile);
return true;
}