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 | |
parent | 7f0d1cb94b87fb54897a91cd9a98ba3b13fc63a5 (diff) | |
download | Furtherance-4926168dcdd865c3fab3d2ade1958f0d36f145cf.tar.zst |
Fix copyright
-rw-r--r-- | po/Furtherance.pot | 4 | ||||
-rw-r--r-- | src/application.rs | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/po/Furtherance.pot b/po/Furtherance.pot index d950fbb..25a03f1 100644 --- a/po/Furtherance.pot +++ b/po/Furtherance.pot @@ -536,10 +536,6 @@ msgstr "" msgid "_About Furtherance" msgstr "" -#: src/application.rs:194 -msgid "2023 LakoLiu" -msgstr "" - #: src/application.rs:195 msgid "translator-credits" msgstr "" 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(); |