summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/editor/editor_node.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/editor/editor_node.cpp b/tools/editor/editor_node.cpp
index 4e2e5118dd..a137b6cd34 100644
--- a/tools/editor/editor_node.cpp
+++ b/tools/editor/editor_node.cpp
@@ -1797,6 +1797,8 @@ void EditorNode::_menu_option_confirm(int p_option,bool p_confirmed) {
bool relpaths = (scene->has_meta("__editor_relpaths__") && scene->get_meta("__editor_relpaths__").operator bool());
+ file->set_mode(FileDialog::MODE_SAVE_FILE);
+
file->set_current_path(cpath);
file->set_title("Save Translatable Strings");
file->popup_centered_ratio();