chore(client): cleanup
This commit is contained in:
parent
042a43e06a
commit
5de11428a8
1 changed files with 0 additions and 1 deletions
|
|
@ -146,7 +146,6 @@ public class IngredientListCtrl implements LocaleAware {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void updateText() {
|
public void updateText() {
|
||||||
System.out.println("updatetext called on ingredientListCtrl");
|
|
||||||
ingredientsLabel.setText(getLocaleString("menu.label.ingredients"));
|
ingredientsLabel.setText(getLocaleString("menu.label.ingredients"));
|
||||||
addIngredientButton.setText(getLocaleString("menu.button.add.ingredient"));
|
addIngredientButton.setText(getLocaleString("menu.button.add.ingredient"));
|
||||||
deleteIngredientButton.setText(getLocaleString("menu.button.remove.ingredient"));
|
deleteIngredientButton.setText(getLocaleString("menu.button.remove.ingredient"));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue