mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue