diff --git a/picard/ui/newuserdialog.py b/picard/ui/newuserdialog.py index d5454c7e5..46e06e695 100644 --- a/picard/ui/newuserdialog.py +++ b/picard/ui/newuserdialog.py @@ -38,12 +38,12 @@ class NewUserDialog(): "
" "We therefore STRONGLY recommend that you:" "
" - "Picard is open source software written by volunteers. It is provided as-is and with no warranty. " + "Picard is open source software written by volunteers. It is provided as-is and with no warranty. " "You use Picard at your own risk." "
" ) diff --git a/picard/ui/savewarningdialog.py b/picard/ui/savewarningdialog.py index 73d755b93..7fd9f4bab 100644 --- a/picard/ui/savewarningdialog.py +++ b/picard/ui/savewarningdialog.py @@ -40,7 +40,7 @@ class SaveWarningDialog(): if actions: header = _("This action will:") - footer = _("This action cannot be undone. Do you want to continue?") + footer = _("This action cannot be undone. Do you want to continue?") list_of_actions = '' for action in actions: list_of_actions += _('{header}
{footer}
').format(header=header, list_of_actions=list_of_actions, footer=footer) else: - warning_text = _("There are no actions selected. No changes will be saved.") + warning_text = _("There are no actions selected. No changes will be saved.") disable_text = _("Don't show this warning again.")