UI: Do not use term 'Subsurf'

This commit is contained in:
Aaron Carlisle
2020-06-07 18:17:31 -04:00
parent 9468c406fb
commit 4cf486c4eb

View File

@ -135,7 +135,7 @@ class SetAllSubsurfRenderLevels(bpy.types.Operator):
class SyncAllSubsurfRenderLevels(bpy.types.Operator):
bl_idname = "render.sync_all_subsurf_render_levels"
bl_label = "Sync All Subsurf Levels"
bl_label = "Sync All Subdivision Levels"
bl_description = "sync_all_subsurf_render_levels"
bl_options = {'REGISTER', 'UNDO'}