From 4926168dcdd865c3fab3d2ade1958f0d36f145cf Mon Sep 17 00:00:00 2001 From: Ricky Kresslein Date: Mon, 5 Jun 2023 11:56:36 +0200 Subject: Fix copyright --- src/application.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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(); -- cgit 1.4.1