[nautilus/about-minor-fixes] window: Minor fixes to the about dialog text
- From: Juraj Fiala <jurf src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/about-minor-fixes] window: Minor fixes to the about dialog text
- Date: Sat, 24 Mar 2018 16:12:15 +0000 (UTC)
commit 8067cb02bfaa2cb9f0cc099241553c2a5fcb9d65
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]