🚧 fix compilation

This commit is contained in:
Vladislav Nepogodin 2023-02-19 01:39:13 +04:00
parent 73099e2a54
commit 5fa5371e1e
No known key found for this signature in database
GPG Key ID: B62C3D10C54D5DA9
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ fn show_about_dialog() {
.version(VERSION) .version(VERSION)
.logo(&logo) .logo(&logo)
.authors(vec![ .authors(vec![
"Vladislav Nepogodin".into(), "Vladislav Nepogodin".to_owned(),
]) ])
// Translators: Replace "translator-credits" with your names. Put a comma between. // Translators: Replace "translator-credits" with your names. Put a comma between.
.translator_credits(&gettextrs::gettext("translator-credits")) .translator_credits(&gettextrs::gettext("translator-credits"))