From 034ec9e19be0b6a5d9225f12a3fea2678afe1fd9 Mon Sep 17 00:00:00 2001 From: un1versal Date: Tue, 12 Jan 2016 02:35:13 +0000 Subject: ThemeFunctions: fix messages on theme installer when installing lower version themes engine on newer KVIrc with greater theme engine version known issue: does not account account for greater engine version themes on kvirc with lower theme engine version --- src/modules/theme/ThemeFunctions.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules/theme/ThemeFunctions.cpp') diff --git a/src/modules/theme/ThemeFunctions.cpp b/src/modules/theme/ThemeFunctions.cpp index 153ac1368..2e7d7444f 100644 --- a/src/modules/theme/ThemeFunctions.cpp +++ b/src/modules/theme/ThemeFunctions.cpp @@ -213,7 +213,7 @@ namespace ThemeFunctions if(!bValid) { szDetails += "

"; - szDetails += __tr2qs_ctx("Warning: The theme might be incompatible with this version of KVIrc","theme"); + szDetails += __tr2qs_ctx("Warning: this theme might be incompatible with this version of KVIrc","theme"); szDetails += "

"; iValidThemeCount--; } @@ -229,7 +229,7 @@ namespace ThemeFunctions if(iValidThemeCount < iThemeCount) { szWarnings += "

"; - szWarnings += __tr2qs_ctx("Warning: Some of the theme contained in this package might be either corrupted or incompatible with this version of KVIrc","theme"); + szWarnings += __tr2qs_ctx("Warning: the theme contained in this package might be either corrupted or incompatible with this version of KVIrc","theme"); szWarnings += "

"; } -- cgit v1.3.1-10-gc9f91