about summary refs log tree commit diff
path: root/src/application.rs
diff options
context:
space:
mode:
authorSabri Ünal <libreajans@gmail.com>2024-01-06 17:08:35 +0300
committerSabri Ünal <libreajans@gmail.com>2024-01-06 17:15:25 +0300
commit3fa489d29f7f8a872b97565993ac2c809dbe7dd2 (patch)
treeadba7cd186090d12ca944cf3f24d0ae7d5e033a2 /src/application.rs
parent18cccd92844d2fd882cb4dd392af28bcd6517bcd (diff)
downloadFurtherance-3fa489d29f7f8a872b97565993ac2c809dbe7dd2.tar.zst
appdata: Update appdata
- Mark release descriptions as untranslatable
- Mark the developer name as untranslatable
Diffstat (limited to 'src/application.rs')
-rw-r--r--src/application.rs2
1 files changed, 1 insertions, 1 deletions
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")