Improve some editor strings for localization
This commit is contained in:
parent
d69809cab6
commit
a40ccc2d7e
8 changed files with 21 additions and 20 deletions
|
|
@ -310,7 +310,8 @@ void EditorPropertyFontMetaOverride::update_property() {
|
|||
}
|
||||
|
||||
if (script_editor) {
|
||||
button_add = EditorInspector::create_inspector_action_button(TTR("Add Script"));
|
||||
// TRANSLATORS: Script refers to a writing system.
|
||||
button_add = EditorInspector::create_inspector_action_button(TTR("Add Script", "Locale"));
|
||||
} else {
|
||||
button_add = EditorInspector::create_inspector_action_button(TTR("Add Locale"));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue