aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/theme/libkvitheme.cpp
diff options
context:
space:
mode:
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 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;
}