Fix typos in errors.
authorCarl Hetherington <cth@carlh.net>
Tue, 11 Apr 2023 21:04:24 +0000 (23:04 +0200)
committerCarl Hetherington <cth@carlh.net>
Sat, 13 May 2023 06:54:58 +0000 (08:54 +0200)
src/tools/dcpomatic_kdm.cc
src/wx/dkdm_dialog.cc
src/wx/kdm_dialog.cc

index e2993f9f27ab163c449584d7bf0e5a7d03892b6c..b9d71d27338ddf6ee8cd39c93b5d01c1f36768b0 100644 (file)
@@ -458,7 +458,7 @@ private:
                        if (e.starts_too_early()) {
                                error_dialog(this, _("The KDM start period is before (or close to) the start of the signing certificate's validity period.  Use a later start time for this KDM."));
                        } else {
-                               error_dialog(this, _("The KDM end period is after (or close to) the end of the signing certficates' validity period.  Either use an earlier end time for this KDM or re-create your signing certificates in the DCP-o-matic preferences window."));
+                               error_dialog(this, _("The KDM end period is after (or close to) the end of the signing certificates' validity period.  Either use an earlier end time for this KDM or re-create your signing certificates in the DCP-o-matic preferences window."));
                        }
                        return;
                } catch (dcp::NotEncryptedError& e) {
index 75e4e1aa1ce0b372a470592a76c8b7ae626936a3..6a4913d8655e65c937e86abfa00d6caf0ee53742 100644 (file)
@@ -169,7 +169,7 @@ DKDMDialog::make_clicked ()
                if (e.starts_too_early()) {
                        error_dialog (this, _("The KDM start period is before (or close to) the start of the signing certificate's validity period.  Use a later start time for this KDM."));
                } else {
-                       error_dialog (this, _("The KDM end period is after (or close to) the end of the signing certficates' validity period.  Either use an earlier end time for this KDM or re-create your signing certificates in the DCP-o-matic preferences window."));
+                       error_dialog (this, _("The KDM end period is after (or close to) the end of the signing certificates' validity period.  Either use an earlier end time for this KDM or re-create your signing certificates in the DCP-o-matic preferences window."));
                }
                return;
        } catch (runtime_error& e) {
index f01c47ffbba3ad86636295695b4a0f16b70adf9d..bec880852748c052c4de42eea3a40d457659fe2a 100644 (file)
@@ -204,7 +204,7 @@ KDMDialog::make_clicked ()
                if (e.starts_too_early()) {
                        error_dialog (this, _("The KDM start period is before (or close to) the start of the signing certificate's validity period.  Use a later start time for this KDM."));
                } else {
-                       error_dialog (this, _("The KDM end period is after (or close to) the end of the signing certficates' validity period.  Either use an earlier end time for this KDM or re-create your signing certificates in the DCP-o-matic preferences window."));
+                       error_dialog (this, _("The KDM end period is after (or close to) the end of the signing certificates' validity period.  Either use an earlier end time for this KDM or re-create your signing certificates in the DCP-o-matic preferences window."));
                }
                return;
        } catch (runtime_error& e) {