You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Improve some editor strings for localization
This commit is contained in:
@@ -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"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user