1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Improve localization

This commit improves localization and clarifies that once removed, the file cannot be restored
This commit is contained in:
Sayan Nandan
2019-07-06 11:13:03 +05:30
committed by GitHub
parent d897131ac5
commit 70ba9ef612

View File

@@ -474,7 +474,7 @@ void DependencyRemoveDialog::show(const Vector<String> &p_folders, const Vector<
removed_deps.sort();
if (removed_deps.empty()) {
owners->hide();
text->set_text(TTR("Remove selected files from the project? (no undo)"));
text->set_text(TTR("Remove selected files from the project? (Can't be restored)"));
set_size(Size2());
popup_centered();
} else {