diff --git a/out/locale/en/LC_MESSAGES/default.po b/out/locale/en/LC_MESSAGES/default.po index ffe16446..0122e04a 100644 --- a/out/locale/en/LC_MESSAGES/default.po +++ b/out/locale/en/LC_MESSAGES/default.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: HeidiSQL\n" "POT-Creation-Date: 2012-11-05 21:40\n" -"PO-Revision-Date: 2019-05-13 07:41+0200\n" +"PO-Revision-Date: 2019-06-12 20:31+0200\n" "Last-Translator: Ansgar Becker \n" "Language-Team: English (http://www.transifex.com/projects/p/heidisql/language/en/)\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Language: en\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Poedit 2.2.1\n" +"X-Generator: Poedit 2.2.3\n" #. AboutBox..Caption #: about.dfm:5 @@ -342,8 +342,8 @@ msgstr "Use Windows authentication" #. connform..PageControlDetails..tabSettings..chkCleartextPluginEnabled..Caption #: connections.dfm:737 -msgid "Use cleartext plugin" -msgstr "Use cleartext plugin" +msgid "Enable cleartext authentication" +msgstr "Enable cleartext authentication" #. connform..PageControlDetails..tabSettings..chkLocalTimeZone....Hint #: connections.dfm:406 diff --git a/source/connections.dfm b/source/connections.dfm index 14d15af6..dce2e6a7 100644 --- a/source/connections.dfm +++ b/source/connections.dfm @@ -661,7 +661,7 @@ object connform: Tconnform end object lblBackgroundColor: TLabel Left = 3 - Top = 304 + Top = 318 Width = 86 Height = 13 Caption = 'Background color:' @@ -736,14 +736,12 @@ object connform: Tconnform end object chkCleartextPluginEnabled: TCheckBox Left = 120 - Top = 329 + Top = 292 Width = 294 Height = 17 - Hint = - 'Send your password to the server in cleartext' + - ', for MySQL 5.5.47+' + Hint = 'Send your password to the server in cleartext, for MySQL 5.5.47+' Anchors = [akLeft, akTop, akRight] - Caption = 'Use cleartext plugin' + Caption = 'Enable cleartext authentication' TabOrder = 13 OnClick = Modification end @@ -824,7 +822,7 @@ object connform: Tconnform end object ColorBoxBackgroundColor: TColorBox Left = 120 - Top = 301 + Top = 315 Width = 294 Height = 22 NoneColorColor = clNone