diff options
author | LakoLiu <99976966+lakoliu@users.noreply.github.com> | 2024-01-09 09:56:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-09 09:56:18 +0100 |
commit | 529105511ee294a56a478e58e20b33370d1ab549 (patch) | |
tree | 9df5cd7820e5ef583790bd49cac3cf7617b109fb /src/application.rs | |
parent | 18cccd92844d2fd882cb4dd392af28bcd6517bcd (diff) | |
parent | 36256477cc0ed102ed91af651ebf6cf562f06680 (diff) | |
download | Furtherance-529105511ee294a56a478e58e20b33370d1ab549.tar.zst |
Merge pull request #123 from sabriunal/fix-appdata
Appdata and translation related pathces
Diffstat (limited to 'src/application.rs')
-rw-r--r-- | src/application.rs | 2 |
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") |