Improve editor tooltips related to debugging

Some option names have also been made longer as we can afford using
more space to display them.

(cherry picked from commit a46802f07c)
This commit is contained in:
Hugo Locurcio
2020-08-03 14:14:59 +02:00
committed by Rémi Verschelde
parent d571de5f81
commit e4e4140c6f
2 changed files with 22 additions and 10 deletions

View File

@@ -129,7 +129,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;
}