From 2dd38adea73a5bc240d6d215a0ce5047d707b4fc Mon Sep 17 00:00:00 2001 From: un1versal Date: Wed, 2 Mar 2016 08:59:50 +0000 Subject: libkvitheme: improve error message and fix dialog title apologies @ctrlaltca @Dessa didn't do this on purpose, if you curse and swear at me, wouldn't blame you :D --- src/modules/theme/libkvitheme.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules/theme/libkvitheme.cpp') diff --git a/src/modules/theme/libkvitheme.cpp b/src/modules/theme/libkvitheme.cpp index f4e493a29..0058de20e 100644 --- a/src/modules/theme/libkvitheme.cpp +++ b/src/modules/theme/libkvitheme.cpp @@ -203,7 +203,7 @@ static bool theme_kvs_cmd_screenshot(KviKvsModuleCommandCall * c) bool bResult = KviFileDialog::askForSaveFileName( szTmp, - __tr2qs_ctx("Choose a Filename to Save the Screenshot to","theme"), + __tr2qs_ctx("Enter a Filename - KVIrc","theme"), //dialog header title szFileName, "*.png", false, @@ -230,7 +230,7 @@ static bool theme_kvs_cmd_screenshot(KviKvsModuleCommandCall * c) QString szError; if(!ThemeFunctions::makeKVIrcScreenshot(szFileName)) { - c->error(__tr2qs_ctx("Error making screenshot","theme")); // FIXME: a nicer error ? + c->error(__tr2qs_ctx("Error capturing and saving screenshot!","theme")); return false; } -- cgit v1.3.1-10-gc9f91