diff options
| author | Rémi Verschelde | 2017-05-02 11:32:48 +0200 |
|---|---|---|
| committer | GitHub | 2017-05-02 11:32:48 +0200 |
| commit | acaa01dfa76fcf538c4aba993e9ac0ae1dde9b5d (patch) | |
| tree | 9c51789ed5f03364c8714bbcbb0d5be35ffbfeb9 /editor/io_plugins/editor_translation_import_plugin.cpp | |
| parent | 8e64b27585c416095fbfae0f8c7aca618519e43b (diff) | |
| parent | 7ce8342ac5c0e0a302559d3ef561ffd9dc74ff2c (diff) | |
| download | godot-acaa01dfa76fcf538c4aba993e9ac0ae1dde9b5d.tar.gz godot-acaa01dfa76fcf538c4aba993e9ac0ae1dde9b5d.tar.zst godot-acaa01dfa76fcf538c4aba993e9ac0ae1dde9b5d.zip | |
Merge pull request #8610 from akien-mga/project-file-extension
Rename project file to "project.godot"
Diffstat (limited to 'editor/io_plugins/editor_translation_import_plugin.cpp')
| -rw-r--r-- | editor/io_plugins/editor_translation_import_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/io_plugins/editor_translation_import_plugin.cpp b/editor/io_plugins/editor_translation_import_plugin.cpp index 8fba33f78..caa065904 100644 --- a/editor/io_plugins/editor_translation_import_plugin.cpp +++ b/editor/io_plugins/editor_translation_import_plugin.cpp @@ -347,7 +347,7 @@ public: add_to_project = memnew( CheckButton); add_to_project->set_pressed(true); - add_to_project->set_text(TTR("Add to Project (godot.cfg)")); + add_to_project->set_text(TTR("Add to Project (project.godot)")); tcomp->add_child(add_to_project); file_select = memnew(EditorFileDialog); |
