From 79f57d5b5f07c423f539a620017f87b81d0c4d39 Mon Sep 17 00:00:00 2001 From: Nathan Summers Date: Wed, 25 May 2005 23:21:06 +0000 Subject: [PATCH] made the G_FILENAME_ENCODING not or incorrectly set error message more 2005-05-25 Nathan Summers * app/sanity.c (sanity_check_filename_encoding): made the G_FILENAME_ENCODING not or incorrectly set error message more idiomatic. --- ChangeLog | 6 ++++++ app/sanity.c | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index a299fa37a2..820f2740c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-05-25 Nathan Summers + + * app/sanity.c (sanity_check_filename_encoding): made the + G_FILENAME_ENCODING not or incorrectly set error message more + idiomatic. + 2005-05-25 Sven Neumann * libgimpwidgets/gimpoffsetarea.c (gimp_offset_area_expose_event): diff --git a/app/sanity.c b/app/sanity.c index bda6d56e64..3a981bed73 100644 --- a/app/sanity.c +++ b/app/sanity.c @@ -211,8 +211,8 @@ sanity_check_filename_encoding (void) (_("The name of the directory holding the GIMP user configuration " "cannot be converted to UTF-8: " "%s\n\n" - "Most probably your filesystem stores files in an encoding " - "different from UTF-8 and you didn't tell GLib about this. " + "Your filesystem probably stores files in an encoding " + "other than UTF-8 and you didn't tell GLib about this. " "Please set the environment variable G_FILENAME_ENCODING."), error->message);