Editor: Add some more translatable strings.
This commit is contained in:
parent
a1c03a69d2
commit
6134d8741d
30 changed files with 126 additions and 132 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue