Avoid confusion with 'minus' sign in ODM - replaced by ', '
This commit is contained in:
parent
eb73fe8c39
commit
110e30c8fe
1 changed files with 1 additions and 1 deletions
|
@ -710,7 +710,7 @@ public class LocalIndexesActivity extends ExpandableListActivity {
|
|||
}
|
||||
size = size / (1 << 10);
|
||||
if(size > 0){
|
||||
t.append(" - ").append(size).append(" MB");
|
||||
t.append(", ").append(size).append(" MB");
|
||||
}
|
||||
t.append("]");
|
||||
nameView.setText(t.toString());
|
||||
|
|
Loading…
Reference in a new issue