summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuraj Fiala <jurf@riseup.net>2018-03-24 16:11:00 +0000
committerErnestas Kulik <ernestas.kulik@gmail.com>2018-03-24 16:45:39 +0000
commit4dfbea370c485472c7d63f4bad9dc8f4779c28e5 (patch)
treec69298fc91825bba4a5d61c7616a82f6155aea15
parent17ebc7e403dfdbb945aa1ef35b792e7db979e36a (diff)
downloadnautilus-4dfbea370c485472c7d63f4bad9dc8f4779c28e5.tar.gz
window: Minor fixes to the about dialog text
- Remove redundant copyright - Short descriptions shouldn’t end with full stops
-rw-r--r--src/nautilus-window.c4
1 files 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,