changed naming pattern and wording

This commit is contained in:
Jan-Peter Klein
2023-07-18 10:29:14 +02:00
parent 14776fc571
commit ade277daf4
3 changed files with 10 additions and 9 deletions

View File

@@ -34,7 +34,7 @@ abstract class UpdateReminderModule {
@UpdateReminderScoped
static Stage provideStage(StageFactory factory, ResourceBundle resourceBundle) {
Stage stage = factory.create();
stage.setTitle(resourceBundle.getString("updateReminder.windowTitle"));
stage.setTitle(resourceBundle.getString("updateReminder.title"));
stage.setMinWidth(550);
stage.setMinHeight(100);
stage.initModality(Modality.APPLICATION_MODAL);