client: Update copyright in UI for 2021

This commit is contained in:
Michael Gratton 2021-03-03 21:18:20 +11:00
parent d37847682d
commit 75d770472a

View file

@ -31,8 +31,8 @@ public class Application.Client : Gtk.Application {
public const string RESOURCE_BASE_PATH = "/org/gnome/Geary";
public const string SCHEMA_ID = "org.gnome.Geary";
public const string DESCRIPTION = _("Send and receive email");
public const string COPYRIGHT_1 = _("Copyright 2016 Software Freedom Conservancy Inc.");
public const string COPYRIGHT_2 = _("Copyright 2016-2020 Geary Development Team.");
public const string COPYRIGHT_1 = _("Copyright © 2016 Software Freedom Conservancy Inc.");
public const string COPYRIGHT_2 = _("Copyright © 2016-2021 Geary Development Team.");
public const string WEBSITE = "https://wiki.gnome.org/Apps/Geary";
public const string WEBSITE_LABEL = _("Visit the Geary web site");
public const string BUGREPORT = "https://wiki.gnome.org/Apps/Geary/ReportingABug";