UPDATE "change Rack (2 points)" -> "change Rack"

master
Mathis 2022-06-07 15:33:55 +02:00
parent e81a73d554
commit ccb61b5ef8
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ public class LaticeApplicationWindow extends Application {
//RackChange Button
Image changeIconImage = new Image("changeIcon.png");
ImageView changeIconView = new ImageView(changeIconImage);
changeButton = new Button("Change Rack (2 points)", changeIconView);
changeButton = new Button("Change Rack", changeIconView);
changeButton.setPrefWidth(Constant.ACTION_BUTTONS_WIDTH);
changeButton.setPrefHeight(Constant.ACTION_BUTTONS_HEIGHT);