[gimp] libgimpthumb: fix error message when thumbnails dir detection	fails.
- From: Jehan Pagès <jehanp src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [gimp] libgimpthumb: fix error message when thumbnails dir detection	fails.
- Date: Wed,  4 Dec 2013 10:07:07 +0000 (UTC)
commit 1e8ed15c1338a1fecea73bcae95eb528cef3e790
Author: Jehan <jehan girinstud io>
Date:   Wed Dec 4 23:03:53 2013 +1300
    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.
 libgimpthumb/gimpthumb-utils.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgimpthumb/gimpthumb-utils.c b/libgimpthumb/gimpthumb-utils.c
index 0bbdd5b..bd75471 100644
--- a/libgimpthumb/gimpthumb-utils.c
+++ b/libgimpthumb/gimpthumb-utils.c
@@ -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);
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]