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;
|
url := checkForUpdate;
|
||||||
if url <> '' then
|
if url <> '' then
|
||||||
begin
|
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
|
lineEnding + '(' + url +')') = mrYes then
|
||||||
OpenURL(url);
|
OpenURL(url);
|
||||||
end;
|
end;
|
||||||
|
|
Loading…
Reference in New Issue