summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinfirit <[email protected]>2013-10-07 22:01:59 +0200
committerinfirit <[email protected]>2013-10-07 22:01:59 +0200
commitf34033cd00f5993794e0d31b2b2aa73d3e06f67c (patch)
tree0eba9a6300fbcad9886b8f1b640e75ad4b2f42be
parent95aab3454879d73a8ad049c17d566629374b30bc (diff)
downloadmate-panel-f34033cd00f5993794e0d31b2b2aa73d3e06f67c.tar.bz2
mate-panel-f34033cd00f5993794e0d31b2b2aa73d3e06f67c.tar.xz
clock-applet: set sane unit values
-rw-r--r--applets/clock/org.mate.panel.applet.clock.gschema.xml.in.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/applets/clock/org.mate.panel.applet.clock.gschema.xml.in.in b/applets/clock/org.mate.panel.applet.clock.gschema.xml.in.in
index c041c53c..9a24988f 100644
--- a/applets/clock/org.mate.panel.applet.clock.gschema.xml.in.in
+++ b/applets/clock/org.mate.panel.applet.clock.gschema.xml.in.in
@@ -75,12 +75,12 @@
<_description>A list of locations to display in the calendar window.</_description>
</key>
<key name="temperature-unit" enum="org.mate.panel.applet.clock.TemperatureUnit">
- <default>'Default'</default>
+ <default>'Centigrade'</default>
<_summary>Temperature unit</_summary>
<_description>The unit to use when showing temperatures.</_description>
</key>
<key name="speed-unit" enum="org.mate.panel.applet.clock.SpeedUnit">
- <default>'Default'</default>
+ <default>'m/s'</default>
<_summary>Speed unit</_summary>
<_description>The unit to use when showing wind speed.</_description>
</key>