From 73c75aacd2d6990382fd306779f61b4e48e5dd87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 3 May 2010 14:00:06 +0200 Subject: [PATCH] There is no need to duplicate this message. --- libraries/export/csv.php | 2 +- libraries/messages.inc.php | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/libraries/export/csv.php b/libraries/export/csv.php index e7bbff65b..7573836a7 100644 --- a/libraries/export/csv.php +++ b/libraries/export/csv.php @@ -14,7 +14,7 @@ if (! defined('PHPMYADMIN')) { if (isset($plugin_list)) { $plugin_list['csv'] = array( - 'text' => 'strStrucCSV', + 'text' => 'strCSV', 'extension' => 'csv', 'mime_type' => 'text/comma-separated-values', 'options' => array( diff --git a/libraries/messages.inc.php b/libraries/messages.inc.php index fe6177b2d..349a807a2 100644 --- a/libraries/messages.inc.php +++ b/libraries/messages.inc.php @@ -1046,7 +1046,6 @@ $strStatus = __('Status'); $strStop = __('Stop'); $strStorageEngines = __('Storage Engines'); $strStorageEngine = __('Storage Engine'); -$strStrucCSV = _pgettext('$strStrucCSV', 'CSV'); $strStrucData = __('Structure and data'); $strStrucExcelCSV = __('CSV for MS Excel'); $strStrucOnly = __('Structure only');