mirror of https://gitlab.com/basile.b/dexed.git
remove redundant word in a dlg msg
This commit is contained in:
parent
832bd27976
commit
8e4219f8b6
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue