diff options
author | Stefano Karapetsas <[email protected]> | 2013-10-12 16:48:58 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-10-12 16:48:58 +0200 |
commit | 61e4832376665af4f2bc44dde172d0899df4bf1b (patch) | |
tree | 5e3416d8cd69abd47608395b32e6ffd3125308ad /applets | |
parent | a7bea0677bf2506d74b026ba0a115d3f238949d6 (diff) | |
parent | ce4f9dd7df8aaf1d69510a2472b724ba8378e275 (diff) | |
download | mate-panel-61e4832376665af4f2bc44dde172d0899df4bf1b.tar.bz2 mate-panel-61e4832376665af4f2bc44dde172d0899df4bf1b.tar.xz |
Merge branch 'master' of github.com:mate-desktop/mate-panel
Diffstat (limited to 'applets')
-rw-r--r-- | applets/clock/org.mate.panel.applet.clock.gschema.xml.in.in | 4 |
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> |