mirror of https://github.com/GNOME/gimp.git
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:
parent
23f685931e
commit
1e8ed15c13
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue