diff options
author | rbuj <[email protected]> | 2019-02-15 11:50:03 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-02-15 18:30:04 +0100 |
commit | e0efbab6d4a97f3d658c2f4a5f08bbae2a969349 (patch) | |
tree | 3b1dcd6f4eaabd7776747d62f6003a0619352e2c /applets/wncklet/showdesktop.c | |
parent | 086ca8b01aa6566ba7be07ba348d5b16b887bd48 (diff) | |
download | mate-panel-e0efbab6d4a97f3d658c2f4a5f08bbae2a969349.tar.bz2 mate-panel-e0efbab6d4a97f3d658c2f4a5f08bbae2a969349.tar.xz |
Make translatable the copyright in about dialog
Diffstat (limited to 'applets/wncklet/showdesktop.c')
-rw-r--r-- | applets/wncklet/showdesktop.c | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/applets/wncklet/showdesktop.c b/applets/wncklet/showdesktop.c index 632e2e82..78dd2778 100644 --- a/applets/wncklet/showdesktop.c +++ b/applets/wncklet/showdesktop.c @@ -494,18 +494,13 @@ static void display_about_dialog(GtkAction* action, ShowDesktopData* sdd) NULL }; - /* Translator credits */ - //const char* translator_credits = _("translator-credits"); - char copyright[] = \ - "Copyright \xc2\xa9 2012-2018 MATE developers\n" - "Copyright \xc2\xa9 2011 Perberos\n" - "Copyright \xc2\xa9 2002 Red Hat, Inc."; - gtk_show_about_dialog(GTK_WINDOW(sdd->applet), "program-name", _("Show Desktop Button"), "authors", authors, "comments", _("This button lets you hide all windows and show the desktop."), - "copyright", copyright, + "copyright", _("Copyright \xc2\xa9 2002 Red Hat, Inc.\n" + "Copyright \xc2\xa9 2011 Perberos\n" + "Copyright \xc2\xa9 2012-2019 MATE developers"), "documenters", documenters, "icon-name", SHOW_DESKTOP_ICON, "logo-icon-name", SHOW_DESKTOP_ICON, |