client: Update copyright in UI for 2021
This commit is contained in:
parent
d37847682d
commit
75d770472a
1 changed files with 2 additions and 2 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue