[nautilus] application: fix a copy-paste typo



commit 1746a53cbbd450822ff857c3e1eadf5358b22cfa
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Wed Dec 15 19:39:03 2010 +0100

    application: fix a copy-paste typo

 src/nautilus-application.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/nautilus-application.c b/src/nautilus-application.c
index fd9e107..e68ecc6 100644
--- a/src/nautilus-application.c
+++ b/src/nautilus-application.c
@@ -1510,7 +1510,7 @@ init_css (void)
 					 NAUTILUS_DATADIR G_DIR_SEPARATOR_S "nautilus.css", &error);
 
 	if (error != NULL) {
-		g_warning ("Can't parse NautilusPlacesSidebar's CSS custom description: %s\n", error->message);
+		g_warning ("Can't parse Nautilus' CSS custom description: %s\n", error->message);
 		g_error_free (error);
 	} else {
 		gtk_style_context_add_provider_for_screen (gdk_screen_get_default (),



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]