mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
i18n: Sync translation templates with current source
This commit is contained in:
parent
15a1fe1b76
commit
2a1ce0fbc4
47 changed files with 10811 additions and 4211 deletions
|
@ -636,7 +636,7 @@ void ScriptEditor::_close_all_tabs() {
|
|||
}
|
||||
|
||||
void ScriptEditor::_ask_close_current_unsaved_tab(ScriptEditorBase *current) {
|
||||
erase_tab_confirm->set_text(TTR("Close and save changes?\n\"") + current->get_name() + "\"");
|
||||
erase_tab_confirm->set_text(TTR("Close and save changes?") + "\n\"" + current->get_name() + "\"");
|
||||
erase_tab_confirm->popup_centered_minsize();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue