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:
authorThomas Dinges <blender@dingto.org>2011-04-13 01:00:53 +0400
committerThomas Dinges <blender@dingto.org>2011-04-13 01:00:53 +0400
commit656dd38f0de211ad5184de676d3e003b400ebd8a (patch)
treeac9aadede6afdacc38c61cc2592444819c4b8ed9 /release
parentd78220549b2b4031d9d0426b8d171989683509ce (diff)
Fixed a copy and paste error in "Copy Previous Settings" operator. ;-)
Diffstat (limited to 'release')
-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 3e0b30c7b6a..adcd9c7c45a 100644
--- a/release/scripts/startup/bl_operators/wm.py
+++ b/release/scripts/startup/bl_operators/wm.py
@@ -910,7 +910,7 @@ class WM_OT_sysinfo(bpy.types.Operator):
class WM_OT_copy_prev_settings(bpy.types.Operator):
- '''Generate System Info'''
+ '''Copy settings from previous version'''
bl_idname = "wm.copy_prev_settings"
bl_label = "Copy Previous Settings"