aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/theme/ThemeFunctions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/theme/ThemeFunctions.cpp')
-rw-r--r--src/modules/theme/ThemeFunctions.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/theme/ThemeFunctions.cpp b/src/modules/theme/ThemeFunctions.cpp
index 1af4319f9..0d0e31a92 100644
--- a/src/modules/theme/ThemeFunctions.cpp
+++ b/src/modules/theme/ThemeFunctions.cpp
@@ -51,7 +51,7 @@ namespace ThemeFunctions
static bool notAValidThemePackage(QString &szError)
{
- szError = __tr2qs_ctx("The selected file does not seem to be a valid KVIrc theme package","theme");
+ szError = __tr2qs_ctx("The selected file doesn't seem to be a valid KVIrc theme package","theme");
return false;
}
@@ -71,9 +71,9 @@ namespace ThemeFunctions
if(!r.readHeader(szThemePackageFileName))
{
- qDebug("The selected file does not seem to be a valid KVIrc package");
+ qDebug("The selected file doesn't seem to be a valid KVIrc package");
QString szErr = r.lastError();
- szError = QString(__tr2qs_ctx("The selected file does not seem to be a valid KVIrc package: %1","theme")).arg(szErr);
+ szError = QString(__tr2qs_ctx("The selected file doesn't seem to be a valid KVIrc package: %1","theme")).arg(szErr);
return false;
}