Skip to content

Commit

Permalink
Merge branch 'blender-v3.0-release'
Browse files Browse the repository at this point in the history
  • Loading branch information
jessey-git committed Nov 29, 2021
2 parents 444971a + b31250f commit 0cbcddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/scripts/startup/bl_operators/wm.py
Original file line number Diff line number Diff line change
Expand Up @@ -2970,7 +2970,7 @@ def draw(self, context):
sub = row.row()
old_version = bpy.types.PREFERENCES_OT_copy_prev.previous_version()
if bpy.types.PREFERENCES_OT_copy_prev.poll(context) and old_version:
sub.operator("preferences.copy_prev", text="Load %d.%d Settings" % old_version)
sub.operator("preferences.copy_prev", text=iface_("Load %d.%d Settings", "Operator") % old_version)
sub.operator("wm.save_userpref", text="Save New Settings")
else:
sub.label()
Expand Down

0 comments on commit 0cbcddd

Please sign in to comment.