changed default title names
This commit is contained in:
parent
c7b651e266
commit
2c75567a7d
1 changed files with 3 additions and 3 deletions
|
|
@ -48,9 +48,9 @@ public class MainCtrl implements LocaleAware {
|
|||
private AddStepsCtrl addStepsCtrl;
|
||||
private Scene addStep;
|
||||
|
||||
private String addNameTitle = "Naming recipes (default)";
|
||||
private String addIngredientTitle = "To add ingredients (default)";
|
||||
private String addStepTitle = "To add preparation steps (default)";
|
||||
private String addNameTitle = "add.name.title";
|
||||
private String addIngredientTitle = "add.step.title";
|
||||
private String addStepTitle = "add.ingredient.title";
|
||||
|
||||
@Inject
|
||||
public MainCtrl(LocaleManager localeManager) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue