diff options
author | rbuj <[email protected]> | 2019-03-13 13:42:08 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-03-20 15:55:47 +0100 |
commit | e2b5737f3401f29a77c2d4aa00950e081e4ce64b (patch) | |
tree | 2f00ce1e13ea1d1f7ca8cb9ca3f5c6d9f86993c6 /accessx-status | |
parent | 177f1081b3b52753bec2fbb560f40e1c9faaae52 (diff) | |
download | mate-applets-e2b5737f3401f29a77c2d4aa00950e081e4ce64b.tar.bz2 mate-applets-e2b5737f3401f29a77c2d4aa00950e081e4ce64b.tar.xz |
Make translatable copyright info in about dialog
Diffstat (limited to 'accessx-status')
-rw-r--r-- | accessx-status/applet.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/accessx-status/applet.c b/accessx-status/applet.c index e131e1bb..6a1add9d 100644 --- a/accessx-status/applet.c +++ b/accessx-status/applet.c @@ -87,15 +87,12 @@ static void about_cb(GtkAction* action, AccessxStatusApplet* sapplet) NULL }; - char copyright[] = \ - "Copyright \xc2\xa9 2012-2018 MATE developers\n" - "Copyright \xc2\xa9 2003 Sun Microsystems"; - gtk_show_about_dialog(NULL, "title", _("About AccessX Status"), "version", VERSION, "comments", _("Shows the state of AccessX features such as latched modifiers"), - "copyright", copyright, + "copyright", _("Copyright \xc2\xa9 2003 Sun Microsystems\n" + "Copyright \xc2\xa9 2012-2019 MATE developers"), "authors", authors, "documenters", documenters, "translator-credits", _("translator-credits"), |