diff options
author | monsta <[email protected]> | 2016-03-21 17:44:34 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-03-21 17:44:34 +0300 |
commit | aa12a2ffe9ad2bd2500f5ec7ed7f67b915370c0e (patch) | |
tree | 610baac089a00fe3f6ba299555a7b88e23d2c6d8 | |
parent | 882c49e58a3c3f1b4bc83e61f05bd4dbff670b57 (diff) | |
download | libmateweather-aa12a2ffe9ad2bd2500f5ec7ed7f67b915370c0e.tar.bz2 libmateweather-aa12a2ffe9ad2bd2500f5ec7ed7f67b915370c0e.tar.xz |
add missing apostrophe in schema description
-rw-r--r-- | libmateweather/org.mate.weather.gschema.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmateweather/org.mate.weather.gschema.xml.in b/libmateweather/org.mate.weather.gschema.xml.in index b692a9f..2327aae 100644 --- a/libmateweather/org.mate.weather.gschema.xml.in +++ b/libmateweather/org.mate.weather.gschema.xml.in @@ -65,7 +65,7 @@ for valid values; values must be quoted --> <default l10n="messages">'inHg'</default> <summary>Pressure unit</summary> - <description>The unit to use for pressure. Values: 'kPa', 'hPa', 'mb', 'mmHg', 'inHg, 'atm'.</description> + <description>The unit to use for pressure. Values: 'kPa', 'hPa', 'mb', 'mmHg', 'inHg', 'atm'.</description> </key> <key name="speed-unit" enum="org.mate.weather.SpeedUnit"> <!-- TRANSLATORS: pick a default speed unit for your locale, see key description |