Editor: Add some more translatable strings.

This commit is contained in:
Andreas Haas
2017-08-25 18:49:45 +02:00
committed by Rémi Verschelde
parent a1c03a69d2
commit 6134d8741d
30 changed files with 126 additions and 132 deletions
+1 -1
View File
@@ -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);