diff options
| author | Rémi Verschelde | 2018-01-06 14:32:21 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2018-01-06 14:32:21 +0100 |
| commit | 2a1ce0fbc4cbb29b125f2792c1e1d702487cca63 (patch) | |
| tree | 7aeb4c651f53f88938bebdc1e63ae37dd35cb54c /editor/filesystem_dock.cpp | |
| parent | 15a1fe1b76af7cd685600fbdbfed27974dc19f8a (diff) | |
| download | godot-2a1ce0fbc4cbb29b125f2792c1e1d702487cca63.tar.gz godot-2a1ce0fbc4cbb29b125f2792c1e1d702487cca63.tar.zst godot-2a1ce0fbc4cbb29b125f2792c1e1d702487cca63.zip | |
Diffstat (limited to 'editor/filesystem_dock.cpp')
| -rw-r--r-- | editor/filesystem_dock.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/filesystem_dock.cpp b/editor/filesystem_dock.cpp index a1e91c980..cc9c9a11d 100644 --- a/editor/filesystem_dock.cpp +++ b/editor/filesystem_dock.cpp @@ -549,7 +549,7 @@ void FileSystemDock::_update_files(bool p_keep_selection) { } else { type_icon = get_icon("ImportFail", ei); big_icon = file_thumbnail_broken; - tooltip += TTR("\nStatus: Import of file failed. Please fix file and reimport manually."); + tooltip += "\n" + TTR("Status: Import of file failed. Please fix file and reimport manually."); } int item_index; |
