From 4dfbea370c485472c7d63f4bad9dc8f4779c28e5 Mon Sep 17 00:00:00 2001 From: Juraj Fiala Date: Sat, 24 Mar 2018 16:11:00 +0000 Subject: window: Minor fixes to the about dialog text MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Remove redundant copyright - Short descriptions shouldn’t end with full stops --- src/nautilus-window.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/nautilus-window.c b/src/nautilus-window.c index 1f8d5208e..05fb98572 100644 --- a/src/nautilus-window.c +++ b/src/nautilus-window.c @@ -3084,8 +3084,8 @@ nautilus_window_show_about_dialog (NautilusWindow *window) gtk_show_about_dialog (window ? GTK_WINDOW (window) : NULL, "program-name", program_name, "version", VERSION, - "comments", _("Access and organize your files."), - "copyright", "Copyright © 1999–2018 The Files Authors", + "comments", _("Access and organize your files"), + "copyright", "© 1999–2018 The Files Authors", "license-type", GTK_LICENSE_GPL_3_0, "artists", artists, "authors", authors, -- cgit v1.2.1