You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-24 15:26:15 +00:00
Makes more strings translatable
This commit is contained in:
@@ -1290,7 +1290,7 @@ void EditorAudioBuses::_file_dialog_callback(const String &p_string) {
|
||||
Error err = ResourceSaver::save(p_string, AudioServer::get_singleton()->generate_bus_layout());
|
||||
|
||||
if (err != OK) {
|
||||
EditorNode::get_singleton()->show_warning("Error saving file: " + p_string);
|
||||
EditorNode::get_singleton()->show_warning(vformat(TTR("Error saving file: %s"), p_string));
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user