remove redundant word in a dlg msg

This commit is contained in:
Basile Burg 2019-04-04 10:03:37 +02:00
parent 832bd27976
commit 8e4219f8b6
1 changed files with 1 additions and 1 deletions

View File

@ -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;