Fix description of config option.

This commit is contained in:
Michal Čihař
2010-08-25 09:32:11 +02:00
parent 99975dfc17
commit 1b58bc993e

View File

@@ -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');
?>
?>