diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2020-08-03 14:14:59 +0200 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2020-08-03 14:20:08 +0200 |
commit | a46802f07c7e98868be25b10325088d8a47133d9 (patch) | |
tree | 12f1a904a1d11acb7e6ceedb26bff854fa6848f0 /editor/editor_run_native.cpp | |
parent | ec9302ceccb75f44038db3695d2f9e7c82cfe951 (diff) | |
download | redot-engine-a46802f07c7e98868be25b10325088d8a47133d9.tar.gz |
Improve editor tooltips related to debugging
Some option names have also been made longer as we can afford using
more space to display them.
Diffstat (limited to 'editor/editor_run_native.cpp')
-rw-r--r-- | editor/editor_run_native.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_run_native.cpp b/editor/editor_run_native.cpp index 9a834977fd..422534a2e1 100644 --- a/editor/editor_run_native.cpp +++ b/editor/editor_run_native.cpp @@ -121,7 +121,7 @@ void EditorRunNative::_run_native(int p_idx, int p_platform) { } if (preset.is_null()) { - EditorNode::get_singleton()->show_warning(TTR("No runnable export preset found for this platform.\nPlease add a runnable preset in the export menu.")); + EditorNode::get_singleton()->show_warning(TTR("No runnable export preset found for this platform.\nPlease add a runnable preset in the Export menu or define an existing preset as runnable.")); return; } |