summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2018-04-14 19:59:45 +0200
committerNiels De Graef <nielsdegraef@gmail.com>2018-04-14 20:21:21 +0200
commitdf33e176f6b375203bc025384ef6bd1cdd02402d (patch)
treec0d083cfa9652886f5bc35a0c9f90c0700245033
parentaec895206f9ee308f75f3ffa4008d7fc1ec853b0 (diff)
downloadgnome-contacts-df33e176f6b375203bc025384ef6bd1cdd02402d.tar.gz
AboutDialog: Mark the copyright string translatable.
Also prefer the © character instead of writing out "copyright".
-rw-r--r--src/contacts-app.vala2
1 files changed, 1 insertions, 1 deletions
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,