Type_for_not_selected_profile
This commit is contained in:
parent
85e4f7b225
commit
137faffe3b
1 changed files with 1 additions and 1 deletions
|
@ -735,7 +735,7 @@ public class MapActivityActions implements DialogProvider {
|
|||
for (final ApplicationMode appMode : activeModes) {
|
||||
if (appMode.isCustomProfile()) {
|
||||
modeDescription = String.format(app.getString(R.string.profile_type_descr_string),
|
||||
Algorithms.capitalizeFirstLetterAndLowercase(appMode.getParent().toHumanString()));
|
||||
Algorithms.capitalizeFirstLetterAndLowercase(appMode.getRoutingProfile()));
|
||||
} else {
|
||||
modeDescription = getString(R.string.profile_type_base_string);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue