diff options
author | Ricky Kresslein <rk@lakoliu.com> | 2023-06-05 11:56:36 +0200 |
---|---|---|
committer | Ricky Kresslein <rk@lakoliu.com> | 2023-06-05 11:56:36 +0200 |
commit | 4926168dcdd865c3fab3d2ade1958f0d36f145cf (patch) | |
tree | 1c403830ba14b2a033151dbc7f4526a28ca5e6d9 /src | |
parent | 7f0d1cb94b87fb54897a91cd9a98ba3b13fc63a5 (diff) | |
download | Furtherance-4926168dcdd865c3fab3d2ade1958f0d36f145cf.tar.zst |
Fix copyright
Diffstat (limited to 'src')
-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 9a6ea79..f24258b 100644 --- a/src/application.rs +++ b/src/application.rs @@ -191,7 +191,7 @@ impl FurtheranceApplication { .version(config::VERSION) .transient_for(&window) .modal(true) - .copyright(gettext("© 2023 LakoLiu")) + .copyright(gettext("© 2023 Unobserved")) .translator_credits(gettext("translator-credits")) .build(); |