diff options
author | raveit65 <[email protected]> | 2021-09-18 17:22:09 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-09-18 17:22:09 +0200 |
commit | d4dcba69391b40af232716072e193e1b4f876ca7 (patch) | |
tree | f1e998e3abbb6473621f79af3c711a72dfe4de5e | |
parent | 2429edb6fde6f894f9cb4ddc5adc963a2c3898b0 (diff) | |
download | mate-screensaver-d4dcba69391b40af232716072e193e1b4f876ca7.tar.bz2 mate-screensaver-d4dcba69391b40af232716072e193e1b4f876ca7.tar.xz |
tx: fix typos reported by translators
-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> |