diff options
author | Colin Walters <walters@verbum.org> | 2012-12-07 14:05:58 -0500 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2012-12-07 14:05:58 -0500 |
commit | 549a0af12b33df2b61e2363913b36a96028f3057 (patch) | |
tree | 4407b32a5a98767b959084fe7c3ebe305efb1422 /gtk/org.gtk.Settings.FileChooser.gschema.xml | |
parent | f1532993eb5e38839e686f378e23786075bc720c (diff) | |
download | gtk+-549a0af12b33df2b61e2363913b36a96028f3057.tar.gz |
Fix build by un-translating org.gtk.Settings.FileChooser
At the moment, gtk+ doesn't depend on intltool, which is the program
that knows how to translate schemas. Attempting to translate them
causes a build failure, so for now, let's leave them in en_US.
https://bugzilla.gnome.org/show_bug.cgi?id=689584
Diffstat (limited to 'gtk/org.gtk.Settings.FileChooser.gschema.xml')
-rw-r--r-- | gtk/org.gtk.Settings.FileChooser.gschema.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/org.gtk.Settings.FileChooser.gschema.xml b/gtk/org.gtk.Settings.FileChooser.gschema.xml index 6b8d1a3b6b..99c356eb7a 100644 --- a/gtk/org.gtk.Settings.FileChooser.gschema.xml +++ b/gtk/org.gtk.Settings.FileChooser.gschema.xml @@ -42,8 +42,8 @@ </key> <key name='show-hidden' type='b'> <default>false</default> - <_summary>Whether to show hidden files</_summary> - <_description>If set to true, then hidden files are shown by default. Hidden files are either dotfiles, listed in the folder's .hidden file or backup files ending with a tilde (~).</_description> + <summary>Whether to show hidden files</summary> + <description>If set to true, then hidden files are shown by default. Hidden files are either dotfiles, listed in the folder's .hidden file or backup files ending with a tilde (~).</description> </key> <key name='expand-folders' type='b'> <default>false</default> |