Verbosity

This commit is contained in:
Rob Judd 2016-10-24 14:59:18 +10:00
parent c258448f25
commit fd62d40060

View file

@ -77,7 +77,7 @@ public class OKPayForm extends PaymentMethodForm {
}
private void addCurrenciesGrid(boolean isEditable) {
Label label = addLabel(gridPane, ++gridRow, "Supported OKPay currencies:", 0);
Label label = addLabel(gridPane, ++gridRow, "Supported currencies:", 0);
GridPane.setValignment(label, VPos.TOP);
FlowPane flowPane = new FlowPane();
flowPane.setPadding(new Insets(10, 10, 10, 10));