Extensions: rename "Enable Theme" to "Set Current Theme"

This commit is contained in:
Campbell Barton
2024-03-21 21:07:45 +11:00
parent f8526a4de2
commit 3ba911f3b3

View File

@ -63,7 +63,7 @@ rna_prop_enable_on_install = BoolProperty(
)
rna_prop_enable_on_install_type_map = {
"add-on": "Enable Add-on",
"theme": "Enable Theme",
"theme": "Set Current Theme",
}