aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/addon/AddonFunctions.cpp
diff options
context:
space:
mode:
authorGravatar un1versal2015-12-10 13:54:47 +0000
committerGravatar un1versal2015-12-10 13:54:47 +0000
commiteef27587f6181e7c87fd973f11b3dd77e5708c41 (patch)
tree7dfe356936b9fdff1b24382ac6cae325210439df /src/modules/addon/AddonFunctions.cpp
parentpopups: dont capitalize prepositions with less than five letters (diff)
downloadKVIrc-eef27587f6181e7c87fd973f11b3dd77e5708c41.tar.gz
KVIrc-eef27587f6181e7c87fd973f11b3dd77e5708c41.tar.bz2
KVIrc-eef27587f6181e7c87fd973f11b3dd77e5708c41.zip
AddonFunctions: fixing window title to something saner, thx to xrogaan
Diffstat (limited to 'src/modules/addon/AddonFunctions.cpp')
-rw-r--r--src/modules/addon/AddonFunctions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/addon/AddonFunctions.cpp b/src/modules/addon/AddonFunctions.cpp
index 2aa1d6ae0..b8ff5e6a3 100644
--- a/src/modules/addon/AddonFunctions.cpp
+++ b/src/modules/addon/AddonFunctions.cpp
@@ -241,7 +241,7 @@ namespace AddonFunctions
}
if(!KviFileUtils::deleteDir(szUnpackPath))
- QMessageBox::warning(NULL,__tr2qs_ctx("Addon Unpack Warning","addon"),__tr2qs_ctx("Failed to delete the directory '%1'","addon").arg(szUnpackPath));
+ QMessageBox::warning(NULL,__tr2qs_ctx("Warning While Unpacking Addon","addon"),__tr2qs_ctx("Failed to delete the directory '%1'","addon").arg(szUnpackPath));
return true;
}