From 6c19d085033f450571cb687553f348fdffd07e33 Mon Sep 17 00:00:00 2001
From: Martijn Laan <1092369+martijnlaan@users.noreply.github.com>
Date: Wed, 20 Nov 2024 15:56:51 +0100
Subject: [PATCH] Improve UpdatePanel messages.
---
Projects/Src/IDE.MainForm.pas | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Projects/Src/IDE.MainForm.pas b/Projects/Src/IDE.MainForm.pas
index 3ab9e47eb..ad928dfd6 100644
--- a/Projects/Src/IDE.MainForm.pas
+++ b/Projects/Src/IDE.MainForm.pas
@@ -879,10 +879,10 @@ constructor TMainForm.Create(AOwner: TComponent);
{ UpdatePanel visibility }
CheckUpdatePanelMessage(Ini, 'KnownVersion', 0, Integer(FCompilerVersion.BinVersion),
- 'Your version of Inno Setup has been updated. Click here to see what''s new.',
+ 'Your version of Inno Setup has been updated! See what''s new.',
$ABE3AB); //MGreen with HSL lightness changed from 40% to 78%
CheckUpdatePanelMessage(Ini, 'VSCodeMemoKeyMap', 0, 1,
- 'Support for Visual Studio Code-style editor shortcuts has been added. Click here to open the Options dialog and change the Editor Keys option.',
+ 'Support for Visual Studio Code-style editor shortcuts has been added! Use the Options dialog and change the Editor Keys option.',
$FFD399); //MBlue with HSL lightness changed from 42% to 80%
UpdateUpdatePanel;