diff --git a/ChangeLog b/ChangeLog index 821a3eee4a969d6709a85389da6f61a0243adf86..249d872ab77fe2714e78d8424a4a26b4c301bb3b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-07-12 Matthias Clasen + + * gtk/gtkfilesystemunix.c + (gtk_file_system_unix_volume_get_display_name): Follow + the Nautilus change and rename "Filesystem" to "File System", + string change. (#310047, Vincent Noel) + 2005-07-12 Matthias Clasen * demos/gtk-demo/iconview.c: Rename this demo. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 821a3eee4a969d6709a85389da6f61a0243adf86..249d872ab77fe2714e78d8424a4a26b4c301bb3b 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,10 @@ +2005-07-12 Matthias Clasen + + * gtk/gtkfilesystemunix.c + (gtk_file_system_unix_volume_get_display_name): Follow + the Nautilus change and rename "Filesystem" to "File System", + string change. (#310047, Vincent Noel) + 2005-07-12 Matthias Clasen * demos/gtk-demo/iconview.c: Rename this demo. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 821a3eee4a969d6709a85389da6f61a0243adf86..249d872ab77fe2714e78d8424a4a26b4c301bb3b 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,10 @@ +2005-07-12 Matthias Clasen + + * gtk/gtkfilesystemunix.c + (gtk_file_system_unix_volume_get_display_name): Follow + the Nautilus change and rename "Filesystem" to "File System", + string change. (#310047, Vincent Noel) + 2005-07-12 Matthias Clasen * demos/gtk-demo/iconview.c: Rename this demo. diff --git a/gtk/gtkfilesystemunix.c b/gtk/gtkfilesystemunix.c index 49c298d8c30ed864043b43ff6dae97cd8293202b..274545e5d2bffa646aec5350fa2ce8ad6cd4f8d4 100644 --- a/gtk/gtkfilesystemunix.c +++ b/gtk/gtkfilesystemunix.c @@ -636,7 +636,7 @@ static gchar * gtk_file_system_unix_volume_get_display_name (GtkFileSystem *file_system, GtkFileSystemVolume *volume) { - return g_strdup (_("Filesystem")); /* Same as Nautilus */ + return g_strdup (_("File System")); /* Same as Nautilus */ } static IconType