WIP
This commit is contained in:
parent
26dd75692d
commit
3ebeaab5b4
|
@ -119,8 +119,8 @@ class _MenuComponentWidgetState extends State<MenuComponentWidget> {
|
||||||
setState(() {});
|
setState(() {});
|
||||||
},
|
},
|
||||||
title: FFLocalizations.of(context).getVariableText(
|
title: FFLocalizations.of(context).getVariableText(
|
||||||
enText: 'Settings',
|
enText: 'Preferences\nSettings',
|
||||||
ptText: 'Configurações',
|
ptText: 'Opções\ndo Sistema',
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
];
|
];
|
||||||
|
@ -243,8 +243,8 @@ class _MenuComponentWidgetState extends State<MenuComponentWidget> {
|
||||||
setState(() {});
|
setState(() {});
|
||||||
},
|
},
|
||||||
title: FFLocalizations.of(context).getVariableText(
|
title: FFLocalizations.of(context).getVariableText(
|
||||||
enText: 'Settings',
|
enText: 'Preferences\nSettings',
|
||||||
ptText: 'Configurações',
|
ptText: 'Opções\ndo Sistema',
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue