From f2c1234cdbc1fafc79f80a6e5f442ef2a5da387f Mon Sep 17 00:00:00 2001 From: rbuj Date: Fri, 15 Feb 2019 13:33:32 +0100 Subject: Make translatable the copyright in about dialog --- mate-dictionary/src/gdict-about.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'mate-dictionary') diff --git a/mate-dictionary/src/gdict-about.c b/mate-dictionary/src/gdict-about.c index 4995259b..57c972d8 100644 --- a/mate-dictionary/src/gdict-about.c +++ b/mate-dictionary/src/gdict-about.c @@ -53,8 +53,6 @@ gdict_show_about_dialog (GtkWidget *parent) }; const gchar *translator_credits = _("translator-credits"); - const gchar *copyright = "Copyright \xc2\xa9 2005-2006 Emmanuele Bassi\n" - "Copyright \xc2\xa9 2011-2018 MATE developers"; const gchar *comments = _("Look up words in dictionaries"); const gchar *license = @@ -78,7 +76,8 @@ gdict_show_about_dialog (GtkWidget *parent) gtk_show_about_dialog (GTK_IS_WINDOW (parent) ? GTK_WINDOW (parent) : NULL, "name", _("Dictionary"), "version", VERSION, - "copyright", copyright, + "copyright", _("Copyright \xc2\xa9 2005-2006 Emmanuele Bassi\n" + "Copyright \xc2\xa9 2011-2019 MATE developers"), "comments", comments, "authors", authors, "documenters", documenters, -- cgit v1.2.1