diff options
author | lukefromdc <[email protected]> | 2016-10-22 16:51:26 -0400 |
---|---|---|
committer | lukefromdc <[email protected]> | 2016-10-22 16:51:26 -0400 |
commit | 481d6eeee76b95faec6053280739c6bed1dd23b3 (patch) | |
tree | eda66619391a626215bb79c107c621b7f1377f41 /src | |
parent | 97a8c024941ad9674696fd2bcb97966f0962a060 (diff) | |
download | caja-481d6eeee76b95faec6053280739c6bed1dd23b3.tar.bz2 caja-481d6eeee76b95faec6053280739c6bed1dd23b3.tar.xz |
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
Diffstat (limited to 'src')
-rw-r--r-- | src/caja-application.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |