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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2017-03-19 19:31:07 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2017-03-19 19:31:07 +0300
commitdf76616d7450b99938f265283fad443186da4039 (patch)
tree61c54ddcea73045a6f41dc9a6ce48c563d4932ea /release/scripts/startup/bl_ui/space_userpref.py
parent19d493ee10987a049df2b1d6d06d6d9054e35469 (diff)
Usual UI/i18n message fixes.
Please provide valid description for SurfaceDeform modifier tooltip. Such place-holders should not pass final checks before merging in master!
Diffstat (limited to 'release/scripts/startup/bl_ui/space_userpref.py')
-rw-r--r--release/scripts/startup/bl_ui/space_userpref.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_userpref.py b/release/scripts/startup/bl_ui/space_userpref.py
index 99ac5a049ee..fe126f6522c 100644
--- a/release/scripts/startup/bl_ui/space_userpref.py
+++ b/release/scripts/startup/bl_ui/space_userpref.py
@@ -1320,7 +1320,7 @@ class USERPREF_PT_addons(Panel):
if addon_utils.error_duplicates:
box = col.box()
row = box.row()
- row.label("Multiple addons with the same name found!")
+ row.label("Multiple add-ons with the same name found!")
row.label(icon='ERROR')
box.label("Please delete one of each pair:")
for (addon_name, addon_file, addon_path) in addon_utils.error_duplicates: