From df33e176f6b375203bc025384ef6bd1cdd02402d Mon Sep 17 00:00:00 2001 From: Niels De Graef Date: Sat, 14 Apr 2018 19:59:45 +0200 Subject: AboutDialog: Mark the copyright string translatable. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also prefer the © character instead of writing out "copyright". --- src/contacts-app.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/contacts-app.vala b/src/contacts-app.vala index 72f8da0..3e3043f 100644 --- a/src/contacts-app.vala +++ b/src/contacts-app.vala @@ -183,7 +183,7 @@ public class Contacts.App : Gtk.Application { "program-name", _("GNOME Contacts"), "title", _("About GNOME Contacts"), "comments", _("Contact Management Application"), - "copyright", "Copyright 2011 Red Hat, Inc.\nCopyright 2011-2018 The Contacts Developers", + "copyright", _("© 2011 Red Hat, Inc.\n© 2011-2018 The Contacts Developers"), "license-type", Gtk.License.GPL_2_0, "logo-icon-name", "gnome-contacts", "version", Config.PACKAGE_VERSION, -- cgit v1.2.1