added ":" to downloading title in notification
This commit is contained in:
parent
f29ace4544
commit
64cfd1d4b5
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ public class DownloadFileHelper {
|
|||
if(mb == 0) {
|
||||
mb = 1;
|
||||
}
|
||||
String taskName = ctx.getString(R.string.shared_string_downloading) + " " +
|
||||
String taskName = ctx.getString(R.string.shared_string_downloading) + ": " +
|
||||
//+ de.baseName /*+ " " + mb + " MB"*/;
|
||||
FileNameTranslationHelper.getFileName(ctx, ctx.getRegions(), de.baseName);
|
||||
|
||||
|
|
Loading…
Reference in a new issue