Skip to content

Commit

Permalink
Make translatable the copyright in about dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuj authored and raveit65 committed Feb 15, 2019
1 parent cc23f6d commit 941b0ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/eom-window.c
Original file line number Diff line number Diff line change
Expand Up @@ -2582,9 +2582,9 @@ eom_window_cmd_about (GtkAction *action, gpointer user_data)
gtk_show_about_dialog (GTK_WINDOW (window),
"program-name", _("Eye of MATE"),
"version", VERSION,
"copyright", "Copyright \xc2\xa9 2000-2010 Free Software Foundation, Inc.\n"
"Copyright \xc2\xa9 2011 Perberos\n"
"Copyright \xc2\xa9 2012-2018 MATE developers",
"copyright", _("Copyright \xc2\xa9 2000-2010 Free Software Foundation, Inc.\n"
"Copyright \xc2\xa9 2011 Perberos\n"
"Copyright \xc2\xa9 2012-2019 MATE developers"),
"comments",_("The MATE image viewer."),
"authors", authors,
"documenters", documenters,
Expand Down

0 comments on commit 941b0ec

Please sign in to comment.