From 059d42caa1b36526b645c591a82804ed700f10f8 Mon Sep 17 00:00:00 2001 From: rbuj Date: Tue, 19 Mar 2019 15:13:11 +0100 Subject: Make translatable the copyright info in mate about dialog --- mate-about/mate-about.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mate-about/mate-about.c') diff --git a/mate-about/mate-about.c b/mate-about/mate-about.c index 37f5acc..83f357f 100644 --- a/mate-about/mate-about.c +++ b/mate-about/mate-about.c @@ -60,7 +60,7 @@ void mate_about_run(void) gtk_about_dialog_set_version(mate_about_dialog, version); // credits and website - gtk_about_dialog_set_copyright(mate_about_dialog, copyright); + gtk_about_dialog_set_copyright(mate_about_dialog, _(copyright)); gtk_about_dialog_set_website(mate_about_dialog, website); /** -- cgit v1.2.1