Small improvement

This commit is contained in:
Victor Shcherb 2012-01-16 00:01:25 +01:00
parent edf5728f8d
commit 985cf611ff

View file

@ -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();