add translation to styles choose dialog
This commit is contained in:
parent
af57ed7252
commit
c3c32ad78f
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ public class SelectMapViewQuickActionsBottomSheet extends MenuBottomSheetDialogF
|
|||
List<String> stylesList = mapStyleAction.getFilteredStyles();
|
||||
for (String entry : stylesList) {
|
||||
boolean selected = entry.equals(selectedItem);
|
||||
createItemRow(selected, counter, entry, entry);
|
||||
createItemRow(selected, counter, mapStyleAction.getTranslatedItemName(context, entry), entry);
|
||||
counter++;
|
||||
}
|
||||
} else if (action instanceof SwitchableAction) {
|
||||
|
|
Loading…
Reference in a new issue