From 3fa489d29f7f8a872b97565993ac2c809dbe7dd2 Mon Sep 17 00:00:00 2001 From: Sabri Ünal Date: Sat, 6 Jan 2024 17:08:35 +0300 Subject: appdata: Update appdata - Mark release descriptions as untranslatable - Mark the developer name as untranslatable --- src/application.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/application.rs') diff --git a/src/application.rs b/src/application.rs index dcf40ad..46afbe7 100644 --- a/src/application.rs +++ b/src/application.rs @@ -184,7 +184,7 @@ impl FurtheranceApplication { let dialog = adw::AboutWindow::builder() .application_name("Furtherance") .application_icon(config::APP_ID) - .developer_name(gettext("Ricky Kresslein")) + .developer_name("Ricky Kresslein") .license_type(gtk::License::Gpl30) .website("https://furtherance.app") .issue_url("https://github.com/lakoliu/Furtherance/issues") -- cgit 1.4.1