summaryrefslogtreecommitdiff
path: root/editor/plugins/script_editor_plugin.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2018-01-06 14:32:21 +0100
committerRémi Verschelde <rverschelde@gmail.com>2018-01-06 14:32:21 +0100
commit2a1ce0fbc4cbb29b125f2792c1e1d702487cca63 (patch)
tree7aeb4c651f53f88938bebdc1e63ae37dd35cb54c /editor/plugins/script_editor_plugin.cpp
parent15a1fe1b76af7cd685600fbdbfed27974dc19f8a (diff)
i18n: Sync translation templates with current source
Diffstat (limited to 'editor/plugins/script_editor_plugin.cpp')
-rw-r--r--editor/plugins/script_editor_plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/script_editor_plugin.cpp b/editor/plugins/script_editor_plugin.cpp
index 73aff8cba1..bc986cee9c 100644
--- a/editor/plugins/script_editor_plugin.cpp
+++ b/editor/plugins/script_editor_plugin.cpp
@@ -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();
}