Explorar o código

Merge pull request #20808 from Calinou/fix-ttr-typo

Fix a typo in a TTR() call
Thomas Herzog %!s(int64=7) %!d(string=hai) anos
pai
achega
e9c083ad62
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      editor/editor_node.cpp

+ 1 - 1
editor/editor_node.cpp

@@ -1227,7 +1227,7 @@ void EditorNode::_dialog_action(String p_file) {
 			Error err = ResourceSaver::save(p_file, tileset);
 			if (err) {
 
-				show_accept(TRR("Error saving TileSet!"), TTR("OK"));
+				show_accept(TTR("Error saving TileSet!"), TTR("OK"));
 				return;
 			}
 		} break;