localization update
This commit is contained in:
@@ -61,10 +61,10 @@
|
||||
<TableColumn fx:id="clnGovernment" minWidth="100" text="%market.government">
|
||||
<cellValueFactory><PropertyValueFactory property="government"/></cellValueFactory>
|
||||
</TableColumn>
|
||||
<TableColumn fx:id="clnPower" minWidth="100" text="Сила">
|
||||
<TableColumn fx:id="clnPower" minWidth="100" text="%market.power">
|
||||
<cellValueFactory><PropertyValueFactory property="power"/></cellValueFactory>
|
||||
</TableColumn>
|
||||
<TableColumn fx:id="clnPowerState" minWidth="100" text="Статус">
|
||||
<TableColumn fx:id="clnPowerState" minWidth="100" text="%market.powerState">
|
||||
<cellValueFactory><PropertyValueFactory property="powerState"/></cellValueFactory>
|
||||
</TableColumn>
|
||||
<TableColumn fx:id="clnX" minWidth="60.0" text="x">
|
||||
|
||||
Reference in New Issue
Block a user