Mobile: Translated more strings and Views

Fixed duplicated Catalog label
Fixed Stack label not found
This commit is contained in:
Peter
2019-09-22 20:49:55 +02:00
parent d850a6685a
commit 4bf837701f
19 changed files with 412 additions and 121 deletions

View File

@@ -37,7 +37,7 @@ public class SettingsPage extends TabPage<SettingsScreen> {
private final FGroupList<Setting> lstSettings = add(new FGroupList<>());
public SettingsPage() {
super("Settings", FSkinImage.SETTINGS);
super(Localizer.getInstance().getMessage("lblSettings"), FSkinImage.SETTINGS);
final Localizer localizer = Localizer.getInstance();