[nautilus] Refer to 3.0 instead of 2.32 in a string (#624286)



commit 521e3c8481fcf2af398d2ed62692d415448386cd
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Sat Jul 17 14:57:19 2010 +0200

    Refer to 3.0 instead of 2.32 in a string (#624286)

 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 4625343..1fe7eb7 100644
--- a/src/nautilus-application.c
+++ b/src/nautilus-application.c
@@ -618,7 +618,7 @@ do_upgrades_once (NautilusApplication *application,
 	if (g_file_test (nautilus_dir, G_FILE_TEST_IS_DIR)) {
 		/* test if we already attempted to migrate first */
 		updated = g_build_filename (nautilus_dir, "DEPRECATED-DIRECTORY", NULL);
-		message = _("Nautilus 2.32 deprecated this directory and tried migrating "
+		message = _("Nautilus 3.0 deprecated this directory and tried migrating "
 			    "this configuration to ~/.config/nautilus");
 		if (!g_file_test (updated, G_FILE_TEST_EXISTS)) {
 			/* rename() works fine if the destination directory is



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