mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 18:03:12 +01:00
Change wording in currency dropdown. Fixes #2068.
This commit is contained in:
parent
806fcbe7c0
commit
d717a83f23
@ -449,10 +449,10 @@ public class TradesChartsView extends ActivatableViewAndModel<VBox, TradesCharts
|
||||
final Tuple3<VBox, Label, ComboBox<CurrencyListItem>> currencyComboBoxTuple = addTopLabelComboBox(Res.get("shared.currency"),
|
||||
Res.get("list.currency.select"));
|
||||
currencyComboBox = currencyComboBoxTuple.third;
|
||||
currencyComboBox.setButtonCell(GUIUtil.getCurrencyListItemButtonCell(Res.get("shared.oneOffer"),
|
||||
Res.get("shared.multipleOffers"), model.preferences));
|
||||
currencyComboBox.setCellFactory(GUIUtil.getCurrencyListItemCellFactory(Res.get("shared.oneOffer"),
|
||||
Res.get("shared.multipleOffers"), model.preferences));
|
||||
currencyComboBox.setButtonCell(GUIUtil.getCurrencyListItemButtonCell(Res.get("shared.trade"),
|
||||
Res.get("shared.trades"), model.preferences));
|
||||
currencyComboBox.setCellFactory(GUIUtil.getCurrencyListItemCellFactory(Res.get("shared.trade"),
|
||||
Res.get("shared.trades"), model.preferences));
|
||||
|
||||
currencyComboBox.setPromptText(Res.get("list.currency.select"));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user