Skip to content

Commit

Permalink
Merge pull request #1893 from freedomofpress/export-typos
Browse files Browse the repository at this point in the history
Fix typos in export_wizard_constants.py
  • Loading branch information
zenmonkeykstop committed Mar 7, 2024
2 parents 1366d02 + cd13f57 commit 8c89418
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Expand Up @@ -39,10 +39,10 @@ class Pages(IntEnum):
ExportStatus.ERROR_MOUNT: _("Error mounting drive"),
ExportStatus.ERROR_EXPORT: _("Error during export"),
ExportStatus.ERROR_UNMOUNT_VOLUME_BUSY: _(
"Files were exported succesfully, but the USB device could not be unmounted."
"Files were exported successfully, but the USB device could not be unmounted."
),
ExportStatus.ERROR_EXPORT_CLEANUP: _(
"Files were exported succesfully, but some temporary files remain on disk."
"Files were exported successfully, but some temporary files remain on disk. "
"Reboot to remove them."
),
ExportStatus.SUCCESS_EXPORT: _("Export successful"),
Expand Down
4 changes: 2 additions & 2 deletions client/securedrop_client/locale/messages.pot
Expand Up @@ -300,10 +300,10 @@ msgstr ""
msgid "Error during export"
msgstr ""

msgid "Files were exported succesfully, but the USB device could not be unmounted."
msgid "Files were exported successfully, but the USB device could not be unmounted."
msgstr ""

msgid "Files were exported succesfully, but some temporary files remain on disk.Reboot to remove them."
msgid "Files were exported successfully, but some temporary files remain on disk. Reboot to remove them."
msgstr ""

msgid "Export successful"
Expand Down

0 comments on commit 8c89418

Please sign in to comment.