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:
authorGaia Clary <gaia.clary@machinimatrix.org>2012-10-10 12:04:04 +0400
committerGaia Clary <gaia.clary@machinimatrix.org>2012-10-10 12:04:04 +0400
commit3606cd5216e328efd4e0a13f74b3fde10592d1b2 (patch)
tree0a3f28afd9cb90f199e8a3aae6118bef236271c7 /release/scripts/startup/bl_operators/wm.py
parent9829ba31b9654fd402ef6ca5cee78cc474d01225 (diff)
Cosmetic: Changed label of the 'Install Addon...' Button to 'Install from File...'
Diffstat (limited to 'release/scripts/startup/bl_operators/wm.py')
-rw-r--r--release/scripts/startup/bl_operators/wm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_operators/wm.py b/release/scripts/startup/bl_operators/wm.py
index eac90a8b091..af33f80bdf8 100644
--- a/release/scripts/startup/bl_operators/wm.py
+++ b/release/scripts/startup/bl_operators/wm.py
@@ -1668,7 +1668,7 @@ class WM_OT_theme_install(Operator):
class WM_OT_addon_install(Operator):
"Install an addon"
bl_idname = "wm.addon_install"
- bl_label = "Install Addon..."
+ bl_label = "Install from File..."
overwrite = BoolProperty(
name="Overwrite",