Archived
0

fix localization

This commit is contained in:
Mo
2015-10-24 16:37:35 +03:00
parent 97ec8ce1cf
commit be6daf88d9

View File

@@ -32,11 +32,11 @@
<TableColumn minWidth="70.0" text="%market.order.profit">
<cellValueFactory><PropertyValueFactory property="profit"/></cellValueFactory>
</TableColumn>
<TableColumn minWidth="70.0" text="%market.route.time" sortType="DESCENDING">
<TableColumn minWidth="70.0" text="%routes.time" sortType="DESCENDING">
<cellFactory><TimeCell /></cellFactory>
<cellValueFactory><PropertyValueFactory property="time"/></cellValueFactory>
</TableColumn>
<TableColumn fx:id="profitByTime" minWidth="70.0" text="%market.route.profitByTime" sortType="DESCENDING">
<TableColumn fx:id="profitByTime" minWidth="70.0" text="%routes.profitByTime" sortType="DESCENDING">
<cellFactory><DoubleCell format="\%.0f"/></cellFactory>
<cellValueFactory><PropertyValueFactory property="profitByTime"/></cellValueFactory>
</TableColumn>