summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSayan Nandan <17377258+sntdevco@users.noreply.github.com>2019-07-06 11:13:03 +0530
committerGitHub <noreply@github.com>2019-07-06 11:13:03 +0530
commit70ba9ef612338022a9b286d7e29d619634ffced2 (patch)
tree32a10fed4265ec9c6062b51529e71fa29ddb84a2
parentd897131ac555de84afe9ca6845abf87c26957895 (diff)
Improve localization
This commit improves localization and clarifies that once removed, the file cannot be restored
-rw-r--r--editor/dependency_editor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/dependency_editor.cpp b/editor/dependency_editor.cpp
index 9a049f3ae3..5f8660e108 100644
--- a/editor/dependency_editor.cpp
+++ b/editor/dependency_editor.cpp
@@ -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 {