aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/theme/libkvitheme.cpp
diff options
context:
space:
mode:
authorGravatar wodim2011-01-20 16:11:29 +0000
committerGravatar wodim2011-01-20 16:11:29 +0000
commit0bd9e8c873c47015c0fe3c443321ed259539680d (patch)
treeb5254fd570eef7813d150500ea1d2e0e10f26743 /src/modules/theme/libkvitheme.cpp
parentFixed typo (2nd part), updated spanish translation (diff)
downloadKVIrc-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.cpp4
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;
}