[nautilus/about-minor-fixes: 2/2] window: Minor fixes to the about dialog text
- From: Ernestas Kulik <ernestask src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/about-minor-fixes: 2/2] window: Minor fixes to the about dialog text
- Date: Sat, 24 Mar 2018 16:46:37 +0000 (UTC)
commit 4dfbea370c485472c7d63f4bad9dc8f4779c28e5
Author: Juraj Fiala <jurf riseup net>
Date: Sat Mar 24 16:11:00 2018 +0000
window: Minor fixes to the about dialog text
- 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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]