diff options
author | Jeffrey Stedfast <fejj@novell.com> | 2004-05-28 06:06:37 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-05-28 06:06:37 +0800 |
commit | cd26a513dfc3339aee4f4db74c231dedece737ab (patch) | |
tree | 4a88ef79ff3ff5995ae8e3d645ca8704bb39d5a1 /composer/mail-composer-errors.xml | |
parent | 8d4226518212defdf41d41db7957d9286bee85b3 (diff) | |
download | gsoc2013-evolution-cd26a513dfc3339aee4f4db74c231dedece737ab.tar.gz gsoc2013-evolution-cd26a513dfc3339aee4f4db74c231dedece737ab.tar.zst gsoc2013-evolution-cd26a513dfc3339aee4f4db74c231dedece737ab.zip |
s/${0}/{0}/g
2004-05-27 Jeffrey Stedfast <fejj@novell.com>
* mail-composer-errors.xml: s/${0}/{0}/g
svn path=/trunk/; revision=26117
Diffstat (limited to 'composer/mail-composer-errors.xml')
-rw-r--r-- | composer/mail-composer-errors.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/composer/mail-composer-errors.xml b/composer/mail-composer-errors.xml index 96ace3dd7b..ff332c622a 100644 --- a/composer/mail-composer-errors.xml +++ b/composer/mail-composer-errors.xml @@ -1,13 +1,13 @@ -<?xml version="1.0"?> +<?xml version="1.0" encoding="UTF-8"?> <error-list domain="mail-composer"> <error id="no-attach" type="error" modal="true"> - <primary>You cannot attach the file `${0}' to this message.</primary> - <secondary>${1}</secondary> + <primary>You cannot attach the file `{0}' to this message.</primary> + <secondary>{1}</secondary> </error> <error id="attach-notfile" type="warning"> - <primary>The file `${0}' is not a regular file and cannot be sent in a message.</primary> + <primary>The file `{0}' is not a regular file and cannot be sent in a message.</primary> </error> <error id="attach-directory"> @@ -39,12 +39,12 @@ <error id="no-build-message" type="error" modal="true"> <primary>Could not create message.</primary> - <secondary>Because "${0}", you may need to select different mail options.</secondary> + <secondary>Because "{0}", you may need to select different mail options.</secondary> </error> <error id="no-sig-file" type="warning" modal="true"> <primary>Could not read signature file "{0}".</primary> - <secondary>Because "${1}".</secondary> + <secondary>Because "{1}".</secondary> </error> <error id="all-accounts-deleted" type="warning" modal="true"> |