Update LocalIndexesActivity.java
typo
This commit is contained in:
parent
3e6c3112ab
commit
dab43c5902
1 changed files with 1 additions and 1 deletions
|
@ -937,7 +937,7 @@ public class LocalIndexesActivity extends OsmandExpandableListActivity {
|
||||||
if (child.getSize() > 100) {
|
if (child.getSize() > 100) {
|
||||||
size = formatMb.format(new Object[] { (float) child.getSize() / (1 << 10) });
|
size = formatMb.format(new Object[] { (float) child.getSize() / (1 << 10) });
|
||||||
} else {
|
} else {
|
||||||
size = child.getSize() + " Kb";
|
size = child.getSize() + " kB";
|
||||||
}
|
}
|
||||||
((TextView) v.findViewById(R.id.local_index_size)).setText(size);
|
((TextView) v.findViewById(R.id.local_index_size)).setText(size);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue