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/workspace-switcher.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/workspace-switcher.c')
-rw-r--r-- | applets/wncklet/workspace-switcher.c | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/applets/wncklet/workspace-switcher.c b/applets/wncklet/workspace-switcher.c index 13f18bd9..d3475e0d 100644 --- a/applets/wncklet/workspace-switcher.c +++ b/applets/wncklet/workspace-switcher.c @@ -630,16 +630,13 @@ static void display_about_dialog(GtkAction* action, PagerData* pager) NULL }; - 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(pager->applet), "program-name", _("Workspace Switcher"), "authors", authors, "comments", _("The Workspace Switcher shows you a small version of your workspaces that lets you manage your windows."), - "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", WORKSPACE_SWITCHER_ICON, "logo-icon-name", WORKSPACE_SWITCHER_ICON, |