This commit is contained in:
Reinhard Pointner 2016-05-04 13:59:39 +08:00
parent a9b4bb62eb
commit 38d4e7c250
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ public class GettingStartedStage {
Alert alert = new Alert(AlertType.CONFIRMATION);
alert.setTitle("FileBot");
alert.setHeaderText("Hello! Do you need help Getting Started?");
alert.setContentText("If have you never used FileBot before, please have a look at the video tutorials first.");
alert.setContentText("If you have never used FileBot before, please have a look at the video tutorials first.");
Optional<ButtonType> result = alert.showAndWait();
if (result.get() == ButtonType.OK) {