summaryrefslogtreecommitdiff
path: root/mate-about/mate-about.c
diff options
context:
space:
mode:
authorrbuj <[email protected]>2019-03-19 15:13:11 +0100
committerraveit65 <[email protected]>2019-03-22 22:59:46 +0100
commit059d42caa1b36526b645c591a82804ed700f10f8 (patch)
tree5e112c0eb685cad013b62ca989ddeb150cd93a7b /mate-about/mate-about.c
parentd83bccb64d612034be471c0724edd129519c3584 (diff)
downloadmate-desktop-059d42caa1b36526b645c591a82804ed700f10f8.tar.bz2
mate-desktop-059d42caa1b36526b645c591a82804ed700f10f8.tar.xz
Make translatable the copyright info in mate about dialog
Diffstat (limited to 'mate-about/mate-about.c')
-rw-r--r--mate-about/mate-about.c2
1 files changed, 1 insertions, 1 deletions
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);
/**