From a58c7850b06fa7f3c9a120d66770ce48e3927527 Mon Sep 17 00:00:00 2001 From: Ansgar Becker Date: Sun, 13 Oct 2013 19:22:58 +0000 Subject: [PATCH] Issue #3366: Enhance phrasing in favorite button --- out/locale/en/LC_MESSAGES/default.po | 6 +++--- source/main.dfm | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/out/locale/en/LC_MESSAGES/default.po b/out/locale/en/LC_MESSAGES/default.po index 2fa113e1..17a6c09c 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: 2013-10-13 07:30+0100\n" +"PO-Revision-Date: 2013-10-13 21:22+0100\n" "Last-Translator: Ansgar Becker \n" "Language-Team: English (http://www.transifex.com/projects/p/heidisql/" "language/en/)\n" @@ -1183,8 +1183,8 @@ msgid "Table filter|Can contain regular expressions, e.g. \"phpbb_\\d\"" msgstr "Table filter|Can contain regular expressions, e.g. \"phpbb_\\d\"" #. Tree favorites button -msgid "Hide non-favorite marked tree items" -msgstr "Hide non-favorite marked tree items" +msgid "Show only favorite tree items" +msgstr "Show only favorite tree items" #. MainForm..panelTop..pnlLeft..DBtree......WideText #. MainForm..panelTop..pnlRight..PageControlMain..tabDatabase..ListTables......WideText diff --git a/source/main.dfm b/source/main.dfm index 13ac9756..c777d33e 100644 --- a/source/main.dfm +++ b/source/main.dfm @@ -2917,7 +2917,7 @@ object MainForm: TMainForm Category = 'Various' AutoCheck = True Caption = 'actFavoriteObjectsOnly' - Hint = 'Hide non-favorite marked tree items' + Hint = 'Show only favorite tree items' ImageIndex = 112 OnExecute = actFavoriteObjectsOnlyExecute end