shared_string_downloading (3)
This commit is contained in:
parent
262c3f2364
commit
3037b9e878
2 changed files with 2 additions and 2 deletions
|
@ -126,7 +126,7 @@ public class DownloadTilesDialog {
|
|||
}
|
||||
final ProgressDialog progressDlg = new ProgressDialog(ctx);
|
||||
progressDlg.setProgressStyle(ProgressDialog.STYLE_HORIZONTAL);
|
||||
progressDlg.setMessage(ctx.getString(R.string.downloading));
|
||||
progressDlg.setMessage(ctx.getString(R.string.shared_string_downloading));
|
||||
progressDlg.setCancelable(true);
|
||||
progressDlg.setMax(numberTiles);
|
||||
progressDlg.setOnCancelListener(new DialogInterface.OnCancelListener(){
|
||||
|
|
|
@ -193,7 +193,7 @@ public class DownloadIndexesThread {
|
|||
if (mainView != null) {
|
||||
mainView.setKeepScreenOn(true);
|
||||
}
|
||||
startTask(ctx.getString(R.string.downloading), -1);
|
||||
startTask(ctx.getString(R.string.shared_string_downloading), -1);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue