Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2018-01-16 15:34:34 +01:00
commit f0529e06e2

View file

@ -313,7 +313,7 @@ public class DownloadActivityType {
final int extInd = basename.indexOf("osmand_ext");
String downloadName = extInd == -1 ? basename.substring(6, basename.length()).replace('_', ' ')
: basename.substring(6, extInd).replace('_', ' ');
return ctx.getString(R.string.download_depth_countours) + " " + downloadName;
return ctx.getString(R.string.download_depth_countours) + " " + Algorithms.capitalizeFirstLetter(downloadName);
}
return osmandRegions.getLocaleName(basename, includingParent);