libgimpthumb: fix error message when thumbnails dir detection fails.

We are now using the Freedesktop standard for the thumbnails dir, which
is not relative to home anymore.
This commit is contained in:
Jehan 2013-12-04 23:03:53 +13:00
parent 23f685931e
commit 1e8ed15c13
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ gimp_thumb_init (const gchar *creator,
{
gchar *name = g_filename_display_name (g_get_tmp_dir ());
g_message (_("Cannot determine a valid home directory.\n"
g_message (_("Cannot determine a valid thumbnails directory.\n"
"Thumbnails will be stored in the folder for "
"temporary files (%s) instead."), name);
g_free (name);