diff options
author | Andre Klapper <a9016009@gmx.de> | 2005-12-30 13:01:35 +0800 |
---|---|---|
committer | Andre Klapper <aklapper@src.gnome.org> | 2005-12-30 13:01:35 +0800 |
commit | 9e56778366110ba1018cf0fb3f11c1e043c23ec3 (patch) | |
tree | a45c786ba3c973c84f738debe03fe5e7d36fe13f /calendar/gui/apps_evolution_calendar.schemas.in.in | |
parent | a64850e2f89987201cbc183aad695fd1d84ea5ac (diff) | |
download | gsoc2013-evolution-9e56778366110ba1018cf0fb3f11c1e043c23ec3.tar.gz gsoc2013-evolution-9e56778366110ba1018cf0fb3f11c1e043c23ec3.tar.zst gsoc2013-evolution-9e56778366110ba1018cf0fb3f11c1e043c23ec3.zip |
harmonized "URL", "Url" and "url". Fixes bug 325125.
2005-12-30 Andre Klapper <a9016009@gmx.de>
* evolution/calendar/gui/apps_evolution_calendar.schemas.in.in,
evolution/plugins/exchange-operations/exchange-account-setup.c,
evolution/widgets/misc/e-url-entry.c:
harmonized "URL", "Url" and "url". Fixes bug 325125.
svn path=/trunk/; revision=30976
Diffstat (limited to 'calendar/gui/apps_evolution_calendar.schemas.in.in')
-rw-r--r-- | calendar/gui/apps_evolution_calendar.schemas.in.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/calendar/gui/apps_evolution_calendar.schemas.in.in b/calendar/gui/apps_evolution_calendar.schemas.in.in index f9de5b3c1a..4b2c39b29a 100644 --- a/calendar/gui/apps_evolution_calendar.schemas.in.in +++ b/calendar/gui/apps_evolution_calendar.schemas.in.in @@ -516,8 +516,8 @@ <list_type>string</list_type> <default>[]</default> <locale name="C"> - <short>Free/busy server urls</short> - <long>List of server urls for free/busy publishing.</long> + <short>Free/busy server URLs</short> + <long>List of server URLs for free/busy publishing.</long> </locale> </schema> @@ -527,8 +527,8 @@ <owner>evolution-calendar</owner> <type>string</type> <locale name="C"> - <short>Free/busy template url</short> - <long>The url template to use as a free/busy data fallback, %u is replaced by the user part of the mail address and %d is replaced by the domain.</long> + <short>Free/busy template URL</short> + <long>The URL template to use as a free/busy data fallback, %u is replaced by the user part of the mail address and %d is replaced by the domain.</long> </locale> </schema> </schemalist> |