From 8e4219f8b6faaaa40a4a4d4f5669aaa63b1b10ca Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Thu, 4 Apr 2019 10:03:37 +0200 Subject: [PATCH] remove redundant word in a dlg msg --- src/u_main.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/u_main.pas b/src/u_main.pas index 4f1e1fd2..c012ffde 100644 --- a/src/u_main.pas +++ b/src/u_main.pas @@ -2073,7 +2073,7 @@ begin url := checkForUpdate; if url <> '' then begin - if dlgYesNo('An new release is available, do you wish to visit the release page ?' + + if dlgYesNo('An new version is available, do you wish to visit the release page ?' + lineEnding + '(' + url +')') = mrYes then OpenURL(url); end;