From 481d6eeee76b95faec6053280739c6bed1dd23b3 Mon Sep 17 00:00:00 2001 From: lukefromdc Date: Sat, 22 Oct 2016 16:51:26 -0400 Subject: GtkApplication: fix "caja 3.0" message This text was borrowed from Nautilus 3.0 commits used in GtkApplication port, where all Nautilus references were changed to Caja --- src/caja-application.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/caja-application.c') diff --git a/src/caja-application.c b/src/caja-application.c index ab38e593..23a4ec56 100644 --- a/src/caja-application.c +++ b/src/caja-application.c @@ -1028,7 +1028,7 @@ do_upgrades_once (CajaApplication *self) if (g_file_test (caja_dir, G_FILE_TEST_IS_DIR)) { /* test if we already attempted to migrate first */ updated = g_build_filename (caja_dir, "DEPRECATED-DIRECTORY", NULL); - message = _("Caja 3.0 deprecated this directory and tried migrating " + message = _("Caja newer than 1.16 deprecated this directory and tried migrating " "this configuration to ~/.config/caja"); if (!g_file_test (updated, G_FILE_TEST_EXISTS)) { /* rename() works fine if the destination directory is -- cgit v1.2.1