You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Remove spaces and punctuation from the beginning of translatable strings.
This commit is contained in:
@@ -1178,7 +1178,7 @@ void Node3DEditorViewport::_update_name() {
|
||||
|
||||
if (auto_orthogonal) {
|
||||
// TRANSLATORS: This will be appended to the view name when Auto Orthogonal is enabled.
|
||||
name += TTR(" [auto]");
|
||||
name += " " + TTR("[auto]");
|
||||
}
|
||||
|
||||
view_menu->set_text(name);
|
||||
|
||||
Reference in New Issue
Block a user