diff options
Diffstat (limited to 'baobab/data/org.mate.disk-usage-analyzer.gschema.xml.in')
-rw-r--r-- | baobab/data/org.mate.disk-usage-analyzer.gschema.xml.in | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/baobab/data/org.mate.disk-usage-analyzer.gschema.xml.in b/baobab/data/org.mate.disk-usage-analyzer.gschema.xml.in index 26801491..a56de249 100644 --- a/baobab/data/org.mate.disk-usage-analyzer.gschema.xml.in +++ b/baobab/data/org.mate.disk-usage-analyzer.gschema.xml.in @@ -6,35 +6,35 @@ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.mate.disk-usage-analyzer.preferences" path="/org/mate/disk-usage-analyzer/preferences/"> <key name="monitor-home" type="b"> <default>false</default> - <_summary>Monitor Home</_summary> - <_description>Whether any change to the home directory should be monitored.</_description> + <summary>Monitor Home</summary> + <description>Whether any change to the home directory should be monitored.</description> </key> <key name="excluded-uris" type="as"> <default>[]</default> - <_summary>Excluded partitions URIs</_summary> - <_description>A list of URIs for partitions to be excluded from scanning.</_description> + <summary>Excluded partitions URIs</summary> + <description>A list of URIs for partitions to be excluded from scanning.</description> </key> </schema> <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.mate.disk-usage-analyzer.ui" path="/org/mate/disk-usage-analyzer/ui/"> <key name="toolbar-visible" type="b"> <default>true</default> - <_summary>Toolbar is Visible</_summary> - <_description>Whether the toolbar should be visible in main window.</_description> + <summary>Toolbar is Visible</summary> + <description>Whether the toolbar should be visible in main window.</description> </key> <key name="statusbar-visible" type="b"> <default>false</default> - <_summary>Statusbar is Visible</_summary> - <_description>Whether the status bar at the bottom of main window should be visible.</_description> + <summary>Statusbar is Visible</summary> + <description>Whether the status bar at the bottom of main window should be visible.</description> </key> <key name="subfoldertips-visible" type="b"> <default>true</default> - <_summary>Subfolder tips visible</_summary> - <_description>Whether the subfolder tooltips of the selected folder are drawn.</_description> + <summary>Subfolder tips visible</summary> + <description>Whether the subfolder tooltips of the selected folder are drawn.</description> </key> <key name="active-chart" type="s"> <default>'rings'</default> - <_summary>Active Chart</_summary> - <_description>Which type of chart should be displayed.</_description> + <summary>Active Chart</summary> + <description>Which type of chart should be displayed.</description> </key> </schema> </schemalist> |