diff --git a/ChangeLog b/ChangeLog index ebe29eef4..7d63debc6 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - Changelog $Id$ $Source$ +2002-04-30 Alexander M. Turek + * lang/german.inc.php3: Clarification ($strFlushTable). + 2002-04-29 Loïc Chapeaux * lang/italian.inc.php3; lang/portuguese.inc.php3: updated thanks to usual translators. diff --git a/lang/german.inc.php3 b/lang/german.inc.php3 index 31134dc87..6e5afa08a 100644 --- a/lang/german.inc.php3 +++ b/lang/german.inc.php3 @@ -128,7 +128,7 @@ $strFieldsEnclosedBy = 'Felder eingeschlossen von'; $strFieldsEscapedBy = 'Felder escaped von'; $strFieldsTerminatedBy = 'Felder getrennt mit'; $strFixed = 'starr'; -$strFlushTable = 'Verwerfen der Tabelle ("FLUSH")'; +$strFlushTable = 'Leeren des Tabellenchaches ("FLUSH")'; $strFormat = 'Format'; $strFormEmpty = 'Das Formular ist leer !'; $strFullText = 'vollständige Textfelder';