From: rnayabed Date: Sun, 07 Feb 2021 09:34:39 +0530 Subject: minor bug fixes --- minor bug fixes --- --- 'a/src/android/AndroidManifest.xml' +++ b/src/android/AndroidManifest.xml @@ -1,5 +1,5 @@ - + --- 'a/src/main/java/com/stream_pi/client/window/firsttimeuse/FinalConfigPane.java' +++ b/src/main/java/com/stream_pi/client/window/firsttimeuse/FinalConfigPane.java @@ -39,7 +39,7 @@ public class FinalConfigPane extends VBo getStyleClass().add("first_time_use_pane_final_config"); - Label label = new Label("Thats it. Now just a little bit and then youre set!"); + Label label = new Label("Thats it. Now just a little bit and then you're set!"); label.setWrapText(true); VBox.setVgrow(label, Priority.ALWAYS); label.getStyleClass().add("first_time_use_pane_final_config_label"); --- 'a/src/main/java/com/stream_pi/client/window/firsttimeuse/LicensePane.java' +++ b/src/main/java/com/stream_pi/client/window/firsttimeuse/LicensePane.java @@ -12,7 +12,7 @@ public class LicensePane extends VBox { { getStyleClass().add("first_time_use_pane_license"); - Label label = new Label("By Clicking on 'Next', you agree with the license."); + Label label = new Label("By clicking on 'Next' you agree with the Stream-Pi license, and, the license('s) of the library('s) used/included with this software."); label.prefWidthProperty().bind(widthProperty()); label.setWrapText(true); --- 'a/src/main/java/com/stream_pi/client/window/firsttimeuse/WelcomePane.java' +++ b/src/main/java/com/stream_pi/client/window/firsttimeuse/WelcomePane.java @@ -12,7 +12,7 @@ public class WelcomePane extends VBox{ Label welcomeLabel = new Label("Welcome!"); welcomeLabel.getStyleClass().add("first_time_use_welcome_pane_welcome_label"); - Label nextToContinue = new Label("Click on Next to continue with the setup."); + Label nextToContinue = new Label("Please click \"Next\" to start the Setup process"); nextToContinue.getStyleClass().add("first_time_use_welcome_pane_next_to_continue_label"); --- 'a/src/main/java/com/stream_pi/client/window/settings/SettingsBase.java' +++ b/src/main/java/com/stream_pi/client/window/settings/SettingsBase.java @@ -156,7 +156,7 @@ public class SettingsBase extends VBox { VBox vBox = new VBox( - new HBoxInputBox("Nick Name", nickNameTextField, prefWidth), + new HBoxInputBox("Device Name", nickNameTextField, prefWidth), new HBoxInputBox("Host Name/IP", serverHostNameOrIPTextField, prefWidth), new HBoxInputBox("Port", serverPortTextField, prefWidth), new HBox(