Cosmetics

This commit is contained in:
Yannick Mauray 2022-02-24 23:27:53 +01:00
parent 42b38412a9
commit 08d11e69a8
No known key found for this signature in database
GPG Key ID: 67C4AAC5E99CB909
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ class DownloadLabel extends StatelessWidget {
: data != null
? downloader != 'zsync'
? downloader == 'wget' || downloader == 'aria2c'
? Text(context.t('Downloading...{0}%',
? Text(context.t('Downloading... {0}%',
args: [(data! * 100).toInt()]))
: Text(context.t('{0} Mbs downloaded', args: [data!]))
: Text(context.t("Downloading (no progress available)..."))