diff options
-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(); |