forked from organicmaps/organicmaps
Cancel all text.
This commit is contained in:
parent
32f7be02a1
commit
b1d44e9b33
1 changed files with 1 additions and 2 deletions
|
@ -125,8 +125,7 @@ public class DownloadActivity extends MapsWithMeBaseListActivity implements MapS
|
|||
if (ActiveCountryTree.isDownloadingActive())
|
||||
{
|
||||
mMode = MODE_CANCEL_ALL;
|
||||
// TODO text - stop all
|
||||
mAbButton.setText(getString(R.string.cancel));
|
||||
mAbButton.setText(getString(R.string.downloader_cancel_all));
|
||||
mAbButton.setTextColor(getResources().getColor(R.color.downloader_red));
|
||||
mAbButton.setVisibility(View.VISIBLE);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue