From 62b5a539091a26ab4445444c296b070a6ed53258 Mon Sep 17 00:00:00 2001 From: pointfeev Date: Mon, 20 Feb 2023 17:39:22 -0500 Subject: [PATCH] Update SelectForm.cs --- CreamInstaller/Forms/SelectForm.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CreamInstaller/Forms/SelectForm.cs b/CreamInstaller/Forms/SelectForm.cs index f6c735a..1cdd6f4 100644 --- a/CreamInstaller/Forms/SelectForm.cs +++ b/CreamInstaller/Forms/SelectForm.cs @@ -573,7 +573,7 @@ internal sealed partial class SelectForm : CustomForm using SelectDialogForm form = new(this); List<(Platform platform, string id, string name)> choices = form.QueryUser("Choose which programs and/or games to scan for DLC:", gameChoices); scan = choices is not null && choices.Any(); - const string retry = "\n\nPress the \"Rescan Programs / Games\" button to re-choose."; + const string retry = "\n\nPress the \"Rescan\" button to re-choose."; if (scan) { programsToScan = choices;