mirror of
https://projects.blender.org/blender/blender.git
synced 2025-01-22 07:22:12 -05:00
I18n: Disambiguate "Samples"
"Samples" is used in Rigify rig templates, as opposed to rendering.
This commit is contained in:
parent
4b729022f6
commit
74f5fa55ac
1 changed files with 1 additions and 0 deletions
|
@ -217,6 +217,7 @@ class DATA_PT_rigify_advanced(bpy.types.Panel):
|
|||
# noinspection PyPep8Naming
|
||||
class DATA_PT_rigify_samples(bpy.types.Panel):
|
||||
bl_label = "Samples"
|
||||
bl_translation_context = i18n_contexts.id_armature
|
||||
bl_space_type = 'PROPERTIES'
|
||||
bl_region_type = 'WINDOW'
|
||||
bl_context = "data"
|
||||
|
|
Loading…
Reference in a new issue