Browse Source

Improve localization

This commit improves localization and clarifies that once removed, the file cannot be restored
Sayan Nandan 6 years ago
parent
commit
70ba9ef612
1 changed files with 1 additions and 1 deletions
  1. 1 1
      editor/dependency_editor.cpp

+ 1 - 1
editor/dependency_editor.cpp

@@ -474,7 +474,7 @@ void DependencyRemoveDialog::show(const Vector<String> &p_folders, const Vector<
 	removed_deps.sort();
 	removed_deps.sort();
 	if (removed_deps.empty()) {
 	if (removed_deps.empty()) {
 		owners->hide();
 		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());
 		set_size(Size2());
 		popup_centered();
 		popup_centered();
 	} else {
 	} else {