diff options
author | raveit65 <[email protected]> | 2021-09-18 17:22:09 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-09-18 17:27:20 +0200 |
commit | 527cfc687e638b86445f550e3310dfe092608a8c (patch) | |
tree | c231c15f498079ff75aacc9ec2e509033650c00d /data/org.mate.screensaver.gschema.xml.in | |
parent | 42fa5cd70c0294a46f13868db9060198c170fa51 (diff) | |
download | mate-screensaver-527cfc687e638b86445f550e3310dfe092608a8c.tar.bz2 mate-screensaver-527cfc687e638b86445f550e3310dfe092608a8c.tar.xz |
tx: fix typos reported by translators
Diffstat (limited to 'data/org.mate.screensaver.gschema.xml.in')
-rw-r--r-- | data/org.mate.screensaver.gschema.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/org.mate.screensaver.gschema.xml.in b/data/org.mate.screensaver.gschema.xml.in index 1d88ef9..96d390d 100644 --- a/data/org.mate.screensaver.gschema.xml.in +++ b/data/org.mate.screensaver.gschema.xml.in @@ -78,12 +78,12 @@ <key name="lock-dialog-time-format" type="s"> <default>'locale'</default> <summary>Format for time on lock dialog</summary> - <description>Format do display the time on lock dialog. Default is 'locale' which uses default format for current locale. Custom values should be set according to g-date-time-format. Try %R for 24H format.</description> + <description>Format to display the time on lock dialog. Default is 'locale' which uses default format for current locale. Custom values should be set according to g-date-time-format. Try %R for 24H format.</description> </key> <key name="lock-dialog-date-format" type="s"> <default>'locale'</default> <summary>Format for date on lock dialog</summary> - <description>Format do display the date on lock dialog. Default is 'locale' which uses default format for current locale. Custom values should be set according to g-date-time-format. Try %F for ISO 8601 date format. </description> + <description>Format to display the date on lock dialog. Default is 'locale' which uses default format for current locale. Custom values should be set according to g-date-time-format. Try %F for ISO 8601 date format. </description> </key> <key name="status-message-enabled" type="b"> <default>true</default> |