diff options
author | Matthias Clasen <mclasen@redhat.com> | 2007-01-02 19:52:48 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2007-01-02 19:52:48 +0000 |
commit | 78c7c07f3bc3570ec53927d88b63238ed9b21981 (patch) | |
tree | 2287690a726ec3a8810825d2f72932434c1a178d /gtk/gtkfilesystemunix.c | |
parent | 129ad4b48db80f8c031254ef63dcee6beb552a83 (diff) | |
download | gtk+-78c7c07f3bc3570ec53927d88b63238ed9b21981.tar.gz |
Call setlocale().
2007-01-02 Matthias Clasen <mclasen@redhat.com>
* gtk/updateiconcache.c (main): Call setlocale().
* gtk/gtkfilesel.c:
* gtk/gtkfilesystemunix.c:
* gtk/gtkfilesystemwin32.c:
* gtk/gtkfilechoosersettings.c:
* gtk/updateiconcache.c: Consistently use folder instead of
directory in translated messages. (#344584, Javier F. Serrador)
svn path=/trunk/; revision=17024
Diffstat (limited to 'gtk/gtkfilesystemunix.c')
-rw-r--r-- | gtk/gtkfilesystemunix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfilesystemunix.c b/gtk/gtkfilesystemunix.c index 618df2ef7c..3df4932315 100644 --- a/gtk/gtkfilesystemunix.c +++ b/gtk/gtkfilesystemunix.c @@ -1044,7 +1044,7 @@ gtk_file_system_unix_create_folder (GtkFileSystem *file_syst g_set_error (&error, GTK_FILE_SYSTEM_ERROR, GTK_FILE_SYSTEM_ERROR_NONEXISTENT, - _("Error creating directory '%s': %s"), + _("Error creating folder '%s': %s"), display_name, g_strerror (save_errno)); |