diff options
| author | 2011-01-20 16:11:29 +0000 | |
|---|---|---|
| committer | 2011-01-20 16:11:29 +0000 | |
| commit | 0bd9e8c873c47015c0fe3c443321ed259539680d (patch) | |
| tree | b5254fd570eef7813d150500ea1d2e0e10f26743 /src/modules/theme/libkvitheme.cpp | |
| parent | Fixed typo (2nd part), updated spanish translation (diff) | |
| download | KVIrc-0bd9e8c873c47015c0fe3c443321ed259539680d.tar.gz KVIrc-0bd9e8c873c47015c0fe3c443321ed259539680d.tar.bz2 KVIrc-0bd9e8c873c47015c0fe3c443321ed259539680d.zip | |
Fixed typos, updated .po files, updated spanish translation
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5381 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/theme/libkvitheme.cpp')
| -rw-r--r-- | src/modules/theme/libkvitheme.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/theme/libkvitheme.cpp b/src/modules/theme/libkvitheme.cpp index f1b368cb5..6483de324 100644 --- a/src/modules/theme/libkvitheme.cpp +++ b/src/modules/theme/libkvitheme.cpp @@ -123,7 +123,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 exist","theme"),&szThemePackFile); return true; } /* @@ -166,7 +166,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 exist","theme"),&szThemePackFile); return true; } |
