diff --git a/gtk/org.gtk.Settings.FileChooser.gschema.xml b/gtk/org.gtk.Settings.FileChooser.gschema.xml
index 12d718d64a..0ec539b8e2 100644
--- a/gtk/org.gtk.Settings.FileChooser.gschema.xml
+++ b/gtk/org.gtk.Settings.FileChooser.gschema.xml
@@ -49,38 +49,42 @@
'path-bar'
+ Location mode
- Controls whether the file chooser
- shows just a path bar, or a visible entry for the filename as well, for the
- benefit of typing-oriented users. The possible values for these modes
- are "path-bar" and "filename-entry".
+ Controls whether the file chooser shows just a path bar, or a visible entry
+ for the filename as well, for the benefit of typing-oriented users. The
+ possible values for these modes are "path-bar" and "filename-entry".
false
- Whether to show hidden files
+ Show hidden files
Controls whether the file chooser shows hidden files or not.
false
- Whether to show folders first
- If set to true, then folders are shown prior to showing files in the icon and list views.
+ Show folders first
+
+ If set to true, then folders are shown before files in the list.
+
false
+ Expand folders
This key is deprecated; do not use it.
true
+ Show file sizes
- Controls whether the file chooser shows a column with file
- sizes.
+ Controls whether the file chooser shows a column with file sizes.
'name'
+ Sort column
Can be one of "name", "modified", or "size". It controls
which of the columns in the file chooser is used for sorting
@@ -89,24 +93,29 @@
'ascending'
+ Sort order
Can be one of the strings "ascending" or "descending".
(-1, -1)
+ Window position
- Coordinates (x, y) of the upper-left corner of the GtkFileChooserDialog's window.
+ The (x, y) coordinates of the upper-left corner of the GtkFileChooserDialog's
+ window.
(-1, -1)
+ Window size
- Size in pixels (width, height) of the GtkFileChooserDialog's window.
+ The size (width, height) of the GtkFileChooserDialog's window, in pixels.
'recent'
+ Startup mode
Either "recent" or "cwd"; controls whether the file chooser
starts up showing the list of recently-used files, or the
@@ -115,12 +124,14 @@
148
+ Sidebar width
Width in pixels of the file chooser's places sidebar.
'24h'
+ Time format
Whether the time is shown in 24h or 12h format.