mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-08 12:23:48 +00:00
Editor: Add some more translatable strings.
This commit is contained in:
committed by
Rémi Verschelde
parent
a1c03a69d2
commit
6134d8741d
@@ -218,7 +218,7 @@ private:
|
||||
unzFile pkg = unzOpen2(zip_path.utf8().get_data(), &io);
|
||||
if (!pkg) {
|
||||
|
||||
dialog_error->set_text("Error opening package file, not in zip format.");
|
||||
dialog_error->set_text(TTR("Error opening package file, not in zip format."));
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -1389,9 +1389,6 @@ ProjectManager::ProjectManager() {
|
||||
_scan_begin(EditorSettings::get_singleton()->get("filesystem/directories/autoscan_project_path"));
|
||||
}
|
||||
|
||||
//get_ok()->set_text("Open");
|
||||
//get_ok()->set_text("Exit");
|
||||
|
||||
last_clicked = "";
|
||||
|
||||
SceneTree::get_singleton()->connect("files_dropped", this, "_files_dropped");
|
||||
|
||||
Reference in New Issue
Block a user