Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'render_copy_settings/translations.py')
-rw-r--r--render_copy_settings/translations.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/render_copy_settings/translations.py b/render_copy_settings/translations.py
index da9afc1e..9d4bf667 100644
--- a/render_copy_settings/translations.py
+++ b/render_copy_settings/translations.py
@@ -20,9 +20,9 @@
# Tuple of tuples (key, (sources, comments), (lang, translation, (is_fuzzy, comments)), ...)
translations_tuple = (
- (("", "Allows to copy a selection of render settings from current scene to others."),
+ ((None, "Allows to copy a selection of render settings from current scene to others."),
((), ()),
- ("fr", "Permet de copier une sélection des réglages de rendu depuis la scène courante vers d’autres scènes",
+ ("fr", "Permet de copier une sélection des réglages de rendu depuis la scène courante vers d’autres scènes.",
(False, ())),
),
)