Fixed title

This commit is contained in:
lantzelot-swe 2020-12-22 23:50:05 +01:00
parent 08f39e5fad
commit 64efc3e5e0
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ public class VersionDownloadDialog extends BaseDialog
public VersionDownloadDialog(Frame owner)
{
super(owner);
setTitle("Version check");
setTitle("New version available");
addContent(getVersionDownloadPanel());
getOkButton().setText("Exit");
}