summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2008-10-28 17:14:17 +0000
committerCosimo Cecchi <cosimoc@src.gnome.org>2008-10-28 17:14:17 +0000
commit1b81919a37148e69dd150c64adeedfb504d3b50e (patch)
tree70f2bfc8b8ca3a5d0c35ff992c887393a0b97d4d
parent96da9b602c4654559ef3a9110e113ab4595a851f (diff)
downloadnautilus-1b81919a37148e69dd150c64adeedfb504d3b50e.tar.gz
Update the about dialog description. Thanks to Matthew Paul Thomas
2008-10-28 Cosimo Cecchi <cosimoc@gnome.org> * src/nautilus-window-menus.c: (action_about_nautilus_callback): Update the about dialog description. Thanks to Matthew Paul Thomas (#551483). svn path=/trunk/; revision=14769
-rw-r--r--ChangeLog7
-rw-r--r--src/nautilus-window-menus.c7
2 files changed, 10 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 2fab0fd34..805289a63 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-10-28 Cosimo Cecchi <cosimoc@gnome.org>
+
+ * src/nautilus-window-menus.c:
+ (action_about_nautilus_callback):
+ Update the about dialog description.
+ Thanks to Matthew Paul Thomas (#551483).
+
2008-10-27 Christian Persch <chpe@gnome.org>
* libnautilus-extension/nautilus-location-widget-provider.h:
diff --git a/src/nautilus-window-menus.c b/src/nautilus-window-menus.c
index 78998e4c1..44faacdeb 100644
--- a/src/nautilus-window-menus.c
+++ b/src/nautilus-window-menus.c
@@ -558,10 +558,9 @@ action_about_nautilus_callback (GtkAction *action,
gtk_show_about_dialog (GTK_WINDOW (user_data),
"program-name", _("Nautilus"),
"version", VERSION,
- "comments", _("Nautilus is a graphical shell "
- "for GNOME that makes it "
- "easy to manage your files "
- "and the rest of your system."),
+ "comments", _("Nautilus lets you organize "
+ "files and folders, both on "
+ "your computer and online."),
"copyright", _("Copyright \xC2\xA9 1999-2008 "
"The Nautilus authors"),
"license", license_trans,