mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
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:
committed by
Rémi Verschelde
parent
d571de5f81
commit
e4e4140c6f
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user