From: Jakub Vrana Date: Tue, 20 Aug 2019 14:24:33 +0000 (+0200) Subject: Add a comment (bug #691) X-Git-Tag: v4.7.3~19 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=5f4af56f6893b6b968b6717c853fc144175d2877;p=adminer.git Add a comment (bug #691) --- diff --git a/plugins/translation.php b/plugins/translation.php index 311fc579..7f44e1d7 100644 --- a/plugins/translation.php +++ b/plugins/translation.php @@ -10,7 +10,7 @@ CREATE TABLE translation ( ); */ -/** Translate all table and field comments, enum and set values from the translation table (inserts new translations) +/** Translate all table and field comments, enum and set values in Editor from the translation table (inserts new translations) * @link https://www.adminer.org/plugins/#use * @author Jakub Vrana, https://www.vrana.cz/ * @license https://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0