mirror of
https://github.com/developersu/ns-usbloader.git
synced 2025-06-08 02:24:42 -04:00
v0.6 Re-writing localization strings names
This commit is contained in:
parent
51f4b5f3eb
commit
5835087ea5
14 changed files with 267 additions and 291 deletions
|
@ -59,7 +59,7 @@
|
|||
</ProgressBar>
|
||||
<HBox alignment="TOP_CENTER" VBox.vgrow="NEVER">
|
||||
<children>
|
||||
<Button fx:id="selectNspBtn" contentDisplay="TOP" mnemonicParsing="false" prefHeight="60.0" text="%btnFileOpen">
|
||||
<Button fx:id="selectNspBtn" contentDisplay="TOP" mnemonicParsing="false" prefHeight="60.0" text="%btn_OpenFile">
|
||||
<HBox.margin>
|
||||
<Insets />
|
||||
</HBox.margin>
|
||||
|
@ -68,7 +68,7 @@
|
|||
</graphic>
|
||||
</Button>
|
||||
<Pane HBox.hgrow="ALWAYS" />
|
||||
<Button fx:id="uploadStopBtn" contentDisplay="TOP" mnemonicParsing="false" prefHeight="60.0" prefWidth="130.0" text="%btnUpload">
|
||||
<Button fx:id="uploadStopBtn" contentDisplay="TOP" mnemonicParsing="false" prefHeight="60.0" prefWidth="130.0" text="%btn_Upload">
|
||||
<HBox.margin>
|
||||
<Insets />
|
||||
</HBox.margin>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue