From f41c1f2868ee7d318b29e4c076db45a8b0346b3d Mon Sep 17 00:00:00 2001 From: un1versal Date: Thu, 11 Feb 2016 04:33:11 +0000 Subject: QMessageBox/setWindowTitle: fix headers titles: capitalization, syntax + try to improve entries + add window title to find and replace dialog --- src/modules/addon/AddonFunctions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/addon/AddonFunctions.cpp') diff --git a/src/modules/addon/AddonFunctions.cpp b/src/modules/addon/AddonFunctions.cpp index 0ca479c00..2bc7a0d91 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("Warning While Unpacking Addon","addon"),__tr2qs_ctx("Failed to delete the directory '%1'","addon").arg(szUnpackPath)); + QMessageBox::warning(NULL,__tr2qs_ctx("Warning While Unpacking Addon - KVIrc","addon"),__tr2qs_ctx("Failed to delete the directory '%1'","addon").arg(szUnpackPath)); return true; } -- cgit v1.3.1-10-gc9f91