Skip to content

Commit

Permalink
[ImageBackup]
Browse files Browse the repository at this point in the history
- small text corrections
  • Loading branch information
jbleyel committed Jun 10, 2024
1 parent 7d32df7 commit f4f1cba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/python/Screens/ImageBackup.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,9 @@ def consoleCallback(result=None):
lines.append(_("Backup tool for %s %s") % getBoxDisplayName())
lines.append(self.separator)
lines.append("")
lines.append(_("A backup is now being created. Please be patient as, due to"))
lines.append(_("the number of files to be processed, the backup will take up"))
lines.append(_("to about 15 minutes to complete."))
lines.append(_("A backup is now being created."))
lines.append(_("Please be patient."))
lines.append(_("The backup can take up to about 15 minutes to complete."))
lines.append(self.separator)
lines.append("")
lines.append(_("Backup Mode: USB Recovery") if recovery else _("Backup Mode: Flash Online"))
Expand Down

0 comments on commit f4f1cba

Please sign in to comment.