mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Makes more strings translatable
This commit is contained in:
parent
34c71157f0
commit
78e9ca58af
5 changed files with 12 additions and 14 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue