mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-04 18:27:08 +00:00
Editor: Add some more translatable strings.
This commit is contained in:
committed by
Rémi Verschelde
parent
a1c03a69d2
commit
6134d8741d
@@ -763,7 +763,7 @@ void ProjectSettingsEditor::_item_add() {
|
||||
|
||||
String name = catname != "" ? catname + "/" + propname : propname;
|
||||
|
||||
undo_redo->create_action("Add Global Property");
|
||||
undo_redo->create_action(TTR("Add Global Property"));
|
||||
|
||||
undo_redo->add_do_property(ProjectSettings::get_singleton(), name, value);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user