Better TTR format
This commit is contained in:
parent
b279f641c0
commit
2e7345c00f
3 changed files with 4 additions and 4 deletions
|
|
@ -333,7 +333,7 @@ void FileSystemDock::navigate_to_path(const String &p_path) {
|
|||
} else if (dirAccess->dir_exists(p_path)) {
|
||||
path = p_path;
|
||||
} else {
|
||||
ERR_EXPLAIN(TTR("Cannot navigate to '" + p_path + "' as it has not been found in the file system!"));
|
||||
ERR_EXPLAIN(vformat(TTR("Cannot navigate to '%s' as it has not been found in the file system!"), p_path));
|
||||
ERR_FAIL();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue