diff --git a/components/projectgroups/languages/projectgroupstrconst.de.po b/components/projectgroups/languages/projectgroupstrconst.de.po index c34f01f3eb..d69970b7ee 100644 --- a/components/projectgroups/languages/projectgroupstrconst.de.po +++ b/components/projectgroups/languages/projectgroupstrconst.de.po @@ -240,7 +240,9 @@ msgid "Reload" msgstr "Neu laden" #: projectgroupstrconst.lisprojectgroupsaveascaption -msgid "Save As" +#, fuzzy +#| msgid "Save As" +msgid "Save As ..." msgstr "Speichern unter" #: projectgroupstrconst.lisprojectgroupsaveashint diff --git a/components/projectgroups/languages/projectgroupstrconst.hu.po b/components/projectgroups/languages/projectgroupstrconst.hu.po index 906cdd5aed..78100fa105 100644 --- a/components/projectgroups/languages/projectgroupstrconst.hu.po +++ b/components/projectgroups/languages/projectgroupstrconst.hu.po @@ -253,7 +253,9 @@ msgid "Reload" msgstr "Újratöltés" #: projectgroupstrconst.lisprojectgroupsaveascaption -msgid "Save As" +#, fuzzy +#| msgid "Save As" +msgid "Save As ..." msgstr "Mentés másként" #: projectgroupstrconst.lisprojectgroupsaveashint diff --git a/components/projectgroups/languages/projectgroupstrconst.it.po b/components/projectgroups/languages/projectgroupstrconst.it.po index d3f74ee29a..137332d7a3 100644 --- a/components/projectgroups/languages/projectgroupstrconst.it.po +++ b/components/projectgroups/languages/projectgroupstrconst.it.po @@ -225,7 +225,9 @@ msgid "Reload" msgstr "Ricarica" #: projectgroupstrconst.lisprojectgroupsaveascaption -msgid "Save As" +#, fuzzy +#| msgid "Save As" +msgid "Save As ..." msgstr "Salva come" #: projectgroupstrconst.lisprojectgroupsaveashint diff --git a/components/projectgroups/languages/projectgroupstrconst.po b/components/projectgroups/languages/projectgroupstrconst.po index 8dcf866f0b..41573bded2 100644 --- a/components/projectgroups/languages/projectgroupstrconst.po +++ b/components/projectgroups/languages/projectgroupstrconst.po @@ -220,7 +220,7 @@ msgid "Reload" msgstr "" #: projectgroupstrconst.lisprojectgroupsaveascaption -msgid "Save As" +msgid "Save As ..." msgstr "" #: projectgroupstrconst.lisprojectgroupsaveashint diff --git a/components/projectgroups/languages/projectgroupstrconst.ru.po b/components/projectgroups/languages/projectgroupstrconst.ru.po index 97337dd37b..b93104b89a 100644 --- a/components/projectgroups/languages/projectgroupstrconst.ru.po +++ b/components/projectgroups/languages/projectgroupstrconst.ru.po @@ -235,8 +235,8 @@ msgid "Reload" msgstr "Перезагрузить" #: projectgroupstrconst.lisprojectgroupsaveascaption -msgid "Save As" -msgstr "Сохранить как" +msgid "Save As ..." +msgstr "Сохранить как ..." #: projectgroupstrconst.lisprojectgroupsaveashint msgid "Save project group with a new name" diff --git a/components/projectgroups/projectgroupstrconst.pas b/components/projectgroups/projectgroupstrconst.pas index 3b522d2253..b42619f53c 100644 --- a/components/projectgroups/projectgroupstrconst.pas +++ b/components/projectgroups/projectgroupstrconst.pas @@ -59,7 +59,7 @@ Resourcestring lisProjectGroupSaveCaption = 'Save'; lisProjectGroupSaveHint = 'Save project group'; - lisProjectGroupSaveAsCaption = 'Save As'; + lisProjectGroupSaveAsCaption = 'Save As ...'; lisProjectGroupSaveAsHint = 'Save project group with a new name'; lisProjectGroupAddExistingCaption = 'Add'; lisProjectGroupAddExistingHint = 'Add existing target to project group';