Rename Pending trades to Open trades

This commit is contained in:
Manfred Karrer 2014-10-23 22:01:34 +02:00
parent 24ba66e665
commit 4a315d55a7
3 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@
xmlns:fx="http://javafx.com/fxml">
<Tab fx:id="offersTab" text="Open offers" closable="false"/>
<Tab fx:id="pendingTradesTab" text="Pending trades" closable="false"/>
<Tab fx:id="pendingTradesTab" text="Open trades" closable="false"/>
<Tab fx:id="closedTradesTab" text="History" closable="false"/>
</TabPane>

View File

@ -39,7 +39,7 @@
<Insets bottom="-10.0" left="25.0" top="30.0" right="25"/>
</padding>
<TitledSeparator text="Pending trades" GridPane.rowIndex="0" GridPane.columnIndex="0"
<TitledSeparator text="Open trades" GridPane.rowIndex="0" GridPane.columnIndex="0"
GridPane.columnSpan="2"/>
<TableView fx:id="table" GridPane.rowIndex="0" GridPane.columnIndex="0" GridPane.columnSpan="2"

View File

@ -31,7 +31,7 @@
<Insets bottom="20.0" left="25.0" top="30.0" right="25"/>
</padding>
<TitledSeparator text="Pending trades" GridPane.rowIndex="0" GridPane.columnIndex="0"
<TitledSeparator text="Open trades" GridPane.rowIndex="0" GridPane.columnIndex="0"
GridPane.columnSpan="2"/>
<TableView fx:id="orderBookTable" GridPane.rowIndex="0" GridPane.columnIndex="0" GridPane.columnSpan="2"
@ -57,7 +57,7 @@
</GridPane.margin>
</ProcessStepBar>
<TitledGroupBg fx:id="priceAmountPane" text="Pending trade"
<TitledGroupBg fx:id="priceAmountPane" text="Open trade"
GridPane.rowSpan="2" GridPane.columnSpan="2" GridPane.rowIndex="2">
<GridPane.margin>
<Insets top="40.0" bottom="-10" left="-10" right="-10"/>