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:
authorBastien Montagne <montagne29@wanadoo.fr>2016-06-01 21:39:22 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2016-06-01 21:39:22 +0300
commitf6cfb5bc61f3bce8093b23e3a0094f2cda66f015 (patch)
treeb2e31a36bb0ea9c685f1afbdd5ee21e211237d3d /ui_translate/settings.py
parentb7e87b9c71b7c5fb04f78c6473185474dc7712ed (diff)
CLeanup: 'addon' -> 'add-on' in UI messages.
Diffstat (limited to 'ui_translate/settings.py')
-rw-r--r--ui_translate/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui_translate/settings.py b/ui_translate/settings.py
index 5f6c7885..49959eaa 100644
--- a/ui_translate/settings.py
+++ b/ui_translate/settings.py
@@ -175,7 +175,7 @@ class UI_AP_i18n_settings(bpy.types.AddonPreferences):
def draw(self, context):
layout = self.layout
- layout.label(text="WARNING: preferences are lost when addon is disabled, be sure to use \"Save Persistent\" "
+ layout.label(text="WARNING: preferences are lost when add-on is disabled, be sure to use \"Save Persistent\" "
"if you want to keep your settings!")
layout.prop(self, "WARN_MSGID_NOT_CAPITALIZED")
layout.prop(self, "GETTEXT_MSGFMT_EXECUTABLE")