diff options
-rw-r--r-- | libmateweather/org.mate.weather.gschema.xml.in | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/libmateweather/org.mate.weather.gschema.xml.in b/libmateweather/org.mate.weather.gschema.xml.in index c482563..b692a9f 100644 --- a/libmateweather/org.mate.weather.gschema.xml.in +++ b/libmateweather/org.mate.weather.gschema.xml.in @@ -56,28 +56,28 @@ <key name="distance-unit" enum="org.mate.weather.DistanceUnit"> <!-- TRANSLATORS: pick a default distance unit for your locale, see key description for valid values; values must be quoted --> - <_default l10n="messages">'miles'</_default> + <default l10n="messages">'miles'</default> <summary>Distance unit</summary> <description>The unit to use for visibility. Values: 'meters', 'km' ,'miles'.</description> </key> <key name="pressure-unit" enum="org.mate.weather.PressureUnit"> <!-- TRANSLATORS: pick a default pressure unit for your locale, see key description for valid values; values must be quoted --> - <_default l10n="messages">'inHg'</_default> + <default l10n="messages">'inHg'</default> <summary>Pressure unit</summary> <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 for valid values; values must be quoted --> - <_default l10n="messages">'knots'</_default> + <default l10n="messages">'knots'</default> <summary>Speed unit</summary> <description>The unit to use for wind speed. Values: 'm/s', 'km/h, 'mph', 'knots', 'Beaufort scale'.</description> </key> <key name="temperature-unit" enum="org.mate.weather.TemperatureUnit"> <!-- TRANSLATORS: pick a temperature unit that should be used by default in your locale, see key description for valid values; values must be quoted --> - <_default l10n="messages">'Fahrenheit'</_default> + <default l10n="messages">'Fahrenheit'</default> <summary>Temperature unit</summary> <description>The unit to use for temperature. Values: 'Kelvin', 'Centigrade', 'Fahrenheit'.</description> </key> @@ -99,7 +99,7 @@ write it in Greek. It's important to translate this name. If you do not require a DEFAULT_LOCATION, set this to "DEFAULT_LOCATION". --> - <_default l10n="messages">'DEFAULT_LOCATION'</_default> + <default l10n="messages">'DEFAULT_LOCATION'</default> <summary>Weather location information</summary> <description>Weather location information.</description> </key> @@ -112,7 +112,7 @@ like a capital city so that it would be ok for more of your users. For example, for Greek, we use "LGAV" for the capital city, Athens. If you do not require a DEFAULT_CODE, set this to "DEFAULT_CODE". --> - <_default l10n="messages">'DEFAULT_CODE'</_default> + <default l10n="messages">'DEFAULT_CODE'</default> <summary>Nearby city</summary> <description>Nearby major zone, such as a capital city, as found from https://raw.github.com/mate-desktop/libmateweather/master/data/Locations.xml.in</description> </key> @@ -125,7 +125,7 @@ as any zone you put here must also be present in the Locations.xml file. If your default location does not have a zone, set this to "DEFAULT_ZONE". --> - <_default l10n="messages">'DEFAULT_ZONE'</_default> + <default l10n="messages">'DEFAULT_ZONE'</default> <summary>Zone location</summary> <description>A unique zone for the city, as found from https://raw.github.com/mate-desktop/libmateweather/master/data/Locations.xml.in</description> </key> @@ -139,12 +139,12 @@ file. If your default location does not have a radar, set this to " " (or space). If you do not have a default location, set this to DEFAULT_RADAR. --> - <_default l10n="messages">'DEFAULT_RADAR'</_default> + <default l10n="messages">'DEFAULT_RADAR'</default> <summary>Radar location</summary> <description>A three-digit-long code for retrieving radar maps from weather.com, found from https://raw.github.com/mate-desktop/libmateweather/master/data/Locations.xml.in</description> </key> <key name="location4" type="s"> - <_default l10n="messages">'DEFAULT_LOCATION'</_default> + <default l10n="messages">'DEFAULT_LOCATION'</default> <summary>Weather for a city</summary> <description>The city that mateweather displays information for.</description> </key> @@ -157,7 +157,7 @@ Locations.xml file. If your default location does not have known coordinates, set this to " " (or space). If you do not have a default location, set this to DEFAULT_COORDINATES. --> - <_default l10n="messages">'DEFAULT_COORDINATES'</_default> + <default l10n="messages">'DEFAULT_COORDINATES'</default> <summary>Location coordinates</summary> <description>Latitude and longitude of your location expressed in DD-MM-SS[NS] DD-MM-SS[EW].</description> </key> |