1
0
mirror of https://github.com/ACINQ/eclair.git synced 2024-11-20 02:27:32 +01:00

(gui) typos

This commit is contained in:
dpad85 2017-02-20 18:02:15 +01:00
parent 6c97d82e95
commit 5255d68f13

View File

@ -34,7 +34,7 @@
<Label styleClass="label-description" text="Address of the node" textAlignment="RIGHT" wrapText="true" /> <Label styleClass="label-description" text="Address of the node" textAlignment="RIGHT" wrapText="true" />
</children> </children>
</VBox> </VBox>
<TextField fx:id="host" prefWidth="313.0" promptText="pubkey@host:port1" <TextField fx:id="host" prefWidth="313.0" promptText="pubkey@host:port"
GridPane.columnIndex="1" GridPane.columnSpan="2" GridPane.rowIndex="0" /> GridPane.columnIndex="1" GridPane.columnSpan="2" GridPane.rowIndex="0" />
<Label fx:id="hostError" opacity="0.0" styleClass="text-error, text-error-downward" text="Generic Invalid URI" mouseTransparent="true" <Label fx:id="hostError" opacity="0.0" styleClass="text-error, text-error-downward" text="Generic Invalid URI" mouseTransparent="true"
GridPane.rowIndex="0" GridPane.columnIndex="1" GridPane.columnSpan="2" /> GridPane.rowIndex="0" GridPane.columnIndex="1" GridPane.columnSpan="2" />
@ -42,7 +42,7 @@
<VBox alignment="CENTER_RIGHT" GridPane.rowIndex="1"> <VBox alignment="CENTER_RIGHT" GridPane.rowIndex="1">
<children> <children>
<Label styleClass="text-strong" text="Capacity" /> <Label styleClass="text-strong" text="Capacity" />
<Label styleClass="label-description" text="Funding capacity of the channel." textAlignment="RIGHT" wrapText="true" /> <Label styleClass="label-description" text="Funding capacity of the channel" textAlignment="RIGHT" wrapText="true" />
</children> </children>
</VBox> </VBox>
<TextField fx:id="fundingSatoshis" prefWidth="313.0" GridPane.columnIndex="1" GridPane.rowIndex="1" /> <TextField fx:id="fundingSatoshis" prefWidth="313.0" GridPane.columnIndex="1" GridPane.rowIndex="1" />