diff --git a/src/gettext_strings.rs b/src/gettext_strings.rs index aa8381e4aeb83fcce4c7a4c9f8fc59bfda7c3a39..0f37fa2d638448081a7b9f64e174f00943622322 100644 --- a/src/gettext_strings.rs +++ b/src/gettext_strings.rs @@ -204,7 +204,7 @@ pub fn strings() -> Vec<(&'static str, String)> { ), ( r###"App specific content © The respective app contricutors"###, - gettextrs::gettext(r###"App specific content © The respective app contricutors"###), + gettextrs::gettext(r###"App specific content © The respective app contributors"###), ), ] }