about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRicky Kresslein <rk@lakoliu.com>2023-06-05 11:56:36 +0200
committerRicky Kresslein <rk@lakoliu.com>2023-06-05 11:56:36 +0200
commit4926168dcdd865c3fab3d2ade1958f0d36f145cf (patch)
tree1c403830ba14b2a033151dbc7f4526a28ca5e6d9
parent7f0d1cb94b87fb54897a91cd9a98ba3b13fc63a5 (diff)
downloadFurtherance-4926168dcdd865c3fab3d2ade1958f0d36f145cf.tar.zst
Fix copyright
-rw-r--r--po/Furtherance.pot4
-rw-r--r--src/application.rs2
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();