diff options
author | rbuj <[email protected]> | 2020-03-31 19:07:27 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-13 22:10:01 +0200 |
commit | 8ce1b5483f4f864717ed3a17afe6325d43cbfc87 (patch) | |
tree | a065f931b68df35b871f1ab55241d22be369d4c5 /src/eom-window.c | |
parent | 43b011ec3b9ddd6b390098c8ff3e17187d5ad3ca (diff) | |
download | eom-8ce1b5483f4f864717ed3a17afe6325d43cbfc87.tar.bz2 eom-8ce1b5483f4f864717ed3a17afe6325d43cbfc87.tar.xz |
eom-window: expand the comment on about dialog
Diffstat (limited to 'src/eom-window.c')
-rw-r--r-- | src/eom-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eom-window.c b/src/eom-window.c index 6501304..fb56d69 100644 --- a/src/eom-window.c +++ b/src/eom-window.c @@ -2641,7 +2641,7 @@ eom_window_cmd_about (GtkAction *action, gpointer user_data) "copyright", _("Copyright \xc2\xa9 2000-2010 Free Software Foundation, Inc.\n" "Copyright \xc2\xa9 2011 Perberos\n" "Copyright \xc2\xa9 2012-2020 MATE developers"), - "comments",_("The MATE image viewer."), + "comments",_("Eye of MATE is a simple graphics viewer for the MATE Desktop Environment."), "authors", authors, "documenters", documenters, "translator-credits", _("translator-credits"), |