diff --git a/src/widgets/error_details.rs b/src/widgets/error_details.rs index 93de47164d5a2b74af87dcc1e26f8d97f542b6b5..ec0091bf0109b51f0ef658092b3698d13421ef1f 100644 --- a/src/widgets/error_details.rs +++ b/src/widgets/error_details.rs @@ -76,7 +76,7 @@ impl LpErrorDetails { if matches!(type_, ErrorType::General) { imp.preference_group.set_title( - &gettext( "The following error occured. If you think this is an issue with the program, please include this information when you report the error."), + &gettext( "The following error occurred. If you think this is an issue with the program, please include this information when you report the error."), ); }