From 62da0ddcb1473035f288f4d61bd55cc9a97be8c7 Mon Sep 17 00:00:00 2001 From: Holger Just Date: Wed, 9 Aug 2017 10:45:00 +0200 Subject: [PATCH] Clarify that copying versions with a project also copies attached files --- app/views/projects/copy.html.erb | 2 +- config/locales/de.yml | 1 + config/locales/en-GB.yml | 1 + config/locales/en.yml | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/app/views/projects/copy.html.erb b/app/views/projects/copy.html.erb index dbec31eda..ee725ebd9 100644 --- a/app/views/projects/copy.html.erb +++ b/app/views/projects/copy.html.erb @@ -5,7 +5,7 @@
<%= l(:button_copy) %> - + diff --git a/config/locales/de.yml b/config/locales/de.yml index e8336f1fd..fd994c229 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -787,6 +787,7 @@ de: label_version: Version label_version_new: Neue Version label_version_plural: Versionen + label_version_and_files: Versionen (%{count}) und Dateien label_version_sharing_descendants: Mit Unterprojekten label_version_sharing_hierarchy: Mit Projekthierarchie label_version_sharing_none: Nicht gemeinsam verwenden diff --git a/config/locales/en-GB.yml b/config/locales/en-GB.yml index 7c86e935a..49d784651 100644 --- a/config/locales/en-GB.yml +++ b/config/locales/en-GB.yml @@ -554,6 +554,7 @@ en-GB: label_version: Version label_version_new: New version label_version_plural: Versions + label_version_and_files: Versions (%{count}) and Files label_close_versions: Close completed versions label_confirmation: Confirmation label_export_to: 'Also available in:' diff --git a/config/locales/en.yml b/config/locales/en.yml index 3fb86c14c..3e4225cbe 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -667,6 +667,7 @@ en: label_version: Version label_version_new: New version label_version_plural: Versions + label_version_and_files: Versions (%{count}) and Files label_close_versions: Close completed versions label_confirmation: Confirmation label_export_to: 'Also available in:' -- 2.13.0