From 1b58bc993ecec80f15e82916e93598d771b05813 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 25 Aug 2010 09:32:11 +0200 Subject: [PATCH] Fix description of config option. --- libraries/config/messages.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/config/messages.inc.php b/libraries/config/messages.inc.php index 7dc5c1483..cf39b235b 100644 --- a/libraries/config/messages.inc.php +++ b/libraries/config/messages.inc.php @@ -335,7 +335,7 @@ $strConfigQueryWindowDefTab_desc = __('Tab displayed when opening a new query wi $strConfigQueryWindowDefTab_name = __('Default query window tab'); $strConfigQueryWindowHeight_desc = __('Query window height (in pixels)'); $strConfigQueryWindowHeight_name = __('Query window height'); -$strConfigQueryWindowWidth_desc = __('Query window height (in pixels)'); +$strConfigQueryWindowWidth_desc = __('Query window width (in pixels)'); $strConfigQueryWindowWidth_name = __('Query window width'); $strConfigRecodingEngine_desc = __('Select which functions will be used for character set conversion'); $strConfigRecodingEngine_name = __('Recoding engine'); @@ -495,4 +495,4 @@ $strConfigVersionCheckLink = __('Check for latest version'); $strConfigZipDump_desc = __('Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'); $strConfigZipDump_name = __('ZIP'); -?> \ No newline at end of file +?>