aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--launcher/ui/themes/ThemeManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/themes/ThemeManager.cpp b/launcher/ui/themes/ThemeManager.cpp
index bce13b45..0bcac100 100644
--- a/launcher/ui/themes/ThemeManager.cpp
+++ b/launcher/ui/themes/ThemeManager.cpp
@@ -276,7 +276,7 @@ void ThemeManager::initializeCatPacks()
addCatPack(std::unique_ptr<CatPack>(new BasicCatPack(id, name)));
}
if (!m_catPacksFolder.mkpath("."))
- themeWarningLog() << "Couldn't create theme folder";
+ themeWarningLog() << "Couldn't create catpacks folder";
themeDebugLog() << "CatPacks Folder Path:" << m_catPacksFolder.absolutePath();
QStringList supportedImageFormats;