From bb76286e8a4a63f86d0791936e3f6e565ff34616 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 27 Feb 2014 10:45:52 +0100 Subject: [PATCH] Remove space from the string MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- db_datadict.php | 4 ++-- libraries/operations.lib.php | 2 +- po/af.po | 4 ++-- po/ar.po | 4 ++-- po/az.po | 6 +++--- po/be.po | 4 ++-- po/be@latin.po | 4 ++-- po/bg.po | 4 ++-- po/bn.po | 2 +- po/br.po | 6 +++--- po/bs.po | 6 +++--- po/ca.po | 4 ++-- po/ckb.po | 2 +- po/cs.po | 4 ++-- po/cy.po | 4 ++-- po/da.po | 4 ++-- po/de.po | 4 ++-- po/el.po | 4 ++-- po/en_GB.po | 4 ++-- po/es.po | 4 ++-- po/et.po | 4 ++-- po/eu.po | 6 +++--- po/fa.po | 4 ++-- po/fi.po | 4 ++-- po/fr.po | 4 ++-- po/gl.po | 4 ++-- po/he.po | 4 ++-- po/hi.po | 2 +- po/hr.po | 4 ++-- po/hu.po | 4 ++-- po/hy.po | 12 ++++++------ po/ia.po | 4 ++-- po/id.po | 4 ++-- po/it.po | 4 ++-- po/ja.po | 4 ++-- po/ka.po | 4 ++-- po/kk.po | 14 +++++++------- po/km.po | 2 +- po/kn.po | 2 +- po/ko.po | 4 ++-- po/ky.po | 4 ++-- po/lt.po | 4 ++-- po/lv.po | 4 ++-- po/mk.po | 6 +++--- po/ml.po | 22 +++++++++++----------- po/mn.po | 4 ++-- po/ms.po | 4 ++-- po/nb.po | 4 ++-- po/nl.po | 4 ++-- po/pa.po | 2 +- po/phpmyadmin.pot | 2 +- po/pl.po | 4 ++-- po/pt.po | 4 ++-- po/pt_BR.po | 4 ++-- po/ro.po | 4 ++-- po/ru.po | 4 ++-- po/si.po | 2 +- po/sk.po | 4 ++-- po/sl.po | 4 ++-- po/sq.po | 4 ++-- po/sr.po | 4 ++-- po/sr@latin.po | 4 ++-- po/sv.po | 4 ++-- po/ta.po | 4 ++-- po/te.po | 4 ++-- po/th.po | 4 ++-- po/tk.po | 2 +- po/tr.po | 4 ++-- po/tt.po | 4 ++-- po/ug.po | 10 +++++----- po/uk.po | 4 ++-- po/ur.po | 4 ++-- po/uz.po | 4 ++-- po/uz@latin.po | 4 ++-- po/vls.po | 2 +- po/zh_CN.po | 4 ++-- po/zh_TW.po | 4 ++-- 77 files changed, 169 insertions(+), 169 deletions(-) diff --git a/db_datadict.php b/db_datadict.php index f08a5c4779ca..fd42976f1a38 100644 --- a/db_datadict.php +++ b/db_datadict.php @@ -49,8 +49,8 @@ * Displays DB comment */ if ($comment) { - echo '

' . __('Database comment: ') - . '' . htmlspecialchars($comment) . '

'; + echo '

' . __('Database comment:') + . ' ' . htmlspecialchars($comment) . '

'; } // end if } diff --git a/libraries/operations.lib.php b/libraries/operations.lib.php index 0f3fd622f14b..04dcd8cfdf23 100644 --- a/libraries/operations.lib.php +++ b/libraries/operations.lib.php @@ -29,7 +29,7 @@ function PMA_getHtmlForDatabaseComment($db) $html_output .= ''; } - $html_output .= __('Database comment: '); + $html_output .= __('Database comment:'); $html_output .= ''; $html_output .= '