diff --git a/lutris/gui/dialogs/uninstall_game.py b/lutris/gui/dialogs/uninstall_game.py index 03c68edb8..e63b382a3 100644 --- a/lutris/gui/dialogs/uninstall_game.py +++ b/lutris/gui/dialogs/uninstall_game.py @@ -199,11 +199,11 @@ class UninstallMultipleGamesDialog(Gtk.Dialog): if len(delete_files_warning_games) == 1: question = _( "Please confirm.\nEverything under %s\n" - "will be deleted." + "will be moved to the trash." ) % gtk_safe(delete_files_warning_games[0].directory) else: question = _( - "Please confirm.\nAll the files for %d games will be deleted." + "Please confirm.\nAll the files for %d games will be moved to the trash." ) % len(delete_files_warning_games) dlg = QuestionDialog(