mirror of
https://git.sr.ht/~phw/scotty
synced 2025-05-11 02:27:05 +02:00
Change string for aborted progress bar
This commit is contained in:
parent
a8517ea249
commit
05f0e8d172
4 changed files with 21 additions and 21 deletions
|
@ -61,7 +61,7 @@ func setupProgressBar(p *mpb.Progress, name string) *mpb.Bar {
|
|||
decor.OnComplete(
|
||||
decor.OnAbort(
|
||||
decor.EwmaETA(decor.ET_STYLE_GO, 0, decor.WC{C: decor.DSyncWidth}),
|
||||
i18n.Tr("error"),
|
||||
i18n.Tr("aborted"),
|
||||
),
|
||||
i18n.Tr("done"),
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue