From 5fa5371e1e9b3175df30d6d599a7b6f24c192bc8 Mon Sep 17 00:00:00 2001 From: Vladislav Nepogodin Date: Sun, 19 Feb 2023 01:39:13 +0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20fix=20compilation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 29f6997..3473a9b 100644 --- a/src/main.rs +++ b/src/main.rs @@ -99,7 +99,7 @@ fn show_about_dialog() { .version(VERSION) .logo(&logo) .authors(vec![ - "Vladislav Nepogodin".into(), + "Vladislav Nepogodin".to_owned(), ]) // Translators: Replace "translator-credits" with your names. Put a comma between. .translator_credits(&gettextrs::gettext("translator-credits"))