Update LocalIndexesActivity.java

typo
This commit is contained in:
Rodolfo 2013-06-19 15:15:26 +03:00
parent 3e6c3112ab
commit dab43c5902

View file

@ -937,7 +937,7 @@ public class LocalIndexesActivity extends OsmandExpandableListActivity {
if (child.getSize() > 100) {
size = formatMb.format(new Object[] { (float) child.getSize() / (1 << 10) });
} else {
size = child.getSize() + " Kb";
size = child.getSize() + " kB";
}
((TextView) v.findViewById(R.id.local_index_size)).setText(size);
} else {