diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-01-12 02:46:25 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-01-12 02:48:54 +0800 |
commit | 6be87e86be95e37fc5634076f01f9d14afd184a1 (patch) | |
tree | a3ea79f6d2f56f36c5bd86e62ab399edca73c9b4 /data | |
parent | d0f2c46a1cf7bbbfc56b1f9e835756cdf542ac75 (diff) | |
download | gsoc2013-evolution-6be87e86be95e37fc5634076f01f9d14afd184a1.tar.gz gsoc2013-evolution-6be87e86be95e37fc5634076f01f9d14afd184a1.tar.zst gsoc2013-evolution-6be87e86be95e37fc5634076f01f9d14afd184a1.zip |
Bug 667384 - Misspelling: "Olsen" timezone database
"Olson", not "Olsen".
Diffstat (limited to 'data')
-rw-r--r-- | data/org.gnome.evolution.calendar.gschema.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/org.gnome.evolution.calendar.gschema.xml.in b/data/org.gnome.evolution.calendar.gschema.xml.in index 90d3192016..f1c9385e2d 100644 --- a/data/org.gnome.evolution.calendar.gschema.xml.in +++ b/data/org.gnome.evolution.calendar.gschema.xml.in @@ -293,7 +293,7 @@ <key name="timezone" type="s"> <default>'UTC'</default> <_summary>Timezone</_summary> - <_description>The default timezone to use for dates and times in the calendar, as an untranslated Olsen timezone database location like "America/New York"</_description> + <_description>The default timezone to use for dates and times in the calendar, as an untranslated Olson timezone database location like "America/New York"</_description> </key> <key name="use-24hour-format" type="b"> <default>false</default> |