[gimp] app: adjust wording and spelling in error messages
- From: Sven Neumann <neo src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gimp] app: adjust wording and spelling in error messages
- Date: Sat, 26 Dec 2009 19:46:58 +0000 (UTC)
commit 345bbfe475ce9e28b984f0a4d09cbb593b5ecf82
Author: Sven Neumann <sven gimp org>
Date: Sat Dec 26 20:46:19 2009 +0100
app: adjust wording and spelling in error messages
app/core/gimpdatafactory.c | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/app/core/gimpdatafactory.c b/app/core/gimpdatafactory.c
index 4291b8d..9074bbf 100644
--- a/app/core/gimpdatafactory.c
+++ b/app/core/gimpdatafactory.c
@@ -722,17 +722,17 @@ gimp_data_factory_get_save_dir (GimpDataFactory *factory,
/* error out only if this is the last chance */
if (! list->next)
{
- gchar *utf8 = g_filename_display_name (dir);
+ gchar *display_name = g_filename_display_name (dir);
g_set_error (error, GIMP_DATA_ERROR, 0,
_("You have a writable data folder "
"configured (%s), but this folder does "
"not exist. Please create the folder or "
"fix your configuation in the "
- "preferences dialog's 'folders' section."),
- utf8);
+ "Preferences dialog's 'Folders' section."),
+ display_name);
- g_free (utf8);
+ g_free (display_name);
}
}
else
@@ -747,9 +747,9 @@ gimp_data_factory_get_save_dir (GimpDataFactory *factory,
{
g_set_error (error, GIMP_DATA_ERROR, 0,
_("You have a writable data folder configured, but this "
- "folder is not part of your data search path. This "
- "can only happen if you edited gimprc manually, "
- "please fix it in the preferences dialog's 'folders' "
+ "folder is not part of your data search path. You "
+ "probably edited the gimprc file manually, "
+ "please fix it in the Preferences dialog's 'Folders' "
"section."));
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]