diff options
author | Stefano Karapetsas <[email protected]> | 2013-10-07 13:56:51 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-10-07 13:56:51 -0700 |
commit | 98e885d02bb62d8046c6ceadaebeeeae5798c8d6 (patch) | |
tree | 64b3a7e23dceea201763c225c8ddd73c1f916b33 /applets | |
parent | e80641d14288a07a0cb0fb5fe80e8cd6ecf6bc20 (diff) | |
parent | f34033cd00f5993794e0d31b2b2aa73d3e06f67c (diff) | |
download | mate-panel-98e885d02bb62d8046c6ceadaebeeeae5798c8d6.tar.bz2 mate-panel-98e885d02bb62d8046c6ceadaebeeeae5798c8d6.tar.xz |
Merge pull request #123 from infirit/1.6
clock-applet: set sane unit values
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> |