From 160e678725adb708d90338a21d0a551000dd2d1d Mon Sep 17 00:00:00 2001 From: Daniel Johnson Date: Tue, 5 Dec 2023 18:19:12 -0500 Subject: [PATCH] Update uninstall_game.py message to say moved-to-the-trash instead. --- lutris/gui/dialogs/uninstall_game.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(