Small improvement
This commit is contained in:
parent
edf5728f8d
commit
985cf611ff
1 changed files with 1 additions and 0 deletions
|
@ -557,6 +557,7 @@ public class DownloadIndexActivity extends ExpandableListActivity {
|
|||
Builder msg = new AlertDialog.Builder(this);
|
||||
msg.setTitle(R.string.free_version_title);
|
||||
msg.setMessage(getString(R.string.free_version_message, MAXIMUM_AVAILABLE_FREE_DOWNLOADS + "", "( =" + total + ") "));
|
||||
msg.setPositiveButton(R.string.default_buttons_ok, null);
|
||||
msg.show();
|
||||
} else {
|
||||
downloadFilesPreCheckSpace();
|
||||
|
|
Loading…
Reference in a new issue