about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorLakoLiu <99976966+lakoliu@users.noreply.github.com>2024-01-09 09:56:18 +0100
committerGitHub <noreply@github.com>2024-01-09 09:56:18 +0100
commit529105511ee294a56a478e58e20b33370d1ab549 (patch)
tree9df5cd7820e5ef583790bd49cac3cf7617b109fb /src
parent18cccd92844d2fd882cb4dd392af28bcd6517bcd (diff)
parent36256477cc0ed102ed91af651ebf6cf562f06680 (diff)
downloadFurtherance-529105511ee294a56a478e58e20b33370d1ab549.tar.zst
Merge pull request #123 from sabriunal/fix-appdata
Appdata and translation related pathces
Diffstat (limited to 'src')
-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")