From d481a691cbdb22f72f66d0b285e87b3c1db5c68b Mon Sep 17 00:00:00 2001 From: lorilee Date: Sat, 19 Jun 2010 11:41:42 -0400 Subject: [PATCH] Modified the Kanji encoding feature formatting to match the rest of the export/import forms --- libraries/kanji-encoding.lib.php | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/libraries/kanji-encoding.lib.php b/libraries/kanji-encoding.lib.php index e1590a312..4da2d078a 100644 --- a/libraries/kanji-encoding.lib.php +++ b/libraries/kanji-encoding.lib.php @@ -138,18 +138,16 @@ function PMA_kanji_file_conv($file, $enc, $kana) { */ function PMA_set_enc_form($spaces) { return "\n" - . "
\n" - /* l10n: This is currently used only in Japanese locales */ - . $spaces . '' . __('Encoding conversion') . '' . "\n" - /* l10n: This is currently used only in Japanese locales */ + /* l10n: This is currently used only in Japanese locales */ + . $spaces . '
\n" + . $spaces . '' . "\n" . '' ; } // end of the 'PMA_set_enc_form' function