You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
i18n: Second pass at proofreading
Mostly removing commented out strings, plus a few critical ones that should not be translated.
This commit is contained in:
@@ -288,7 +288,7 @@ ImportSettingsDialog::ImportSettingsDialog(EditorNode *p_editor) {
|
||||
tree->connect("item_edited",this,"_item_edited");
|
||||
tree->connect("button_pressed",this,"_button_pressed");
|
||||
|
||||
// add_button(TTR("Re-Import"),"reimport");
|
||||
// add_button("Re-Import","reimport");
|
||||
get_ok()->set_text(TTR("Re-Import"));
|
||||
get_cancel()->set_text(TTR("Close"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user