diff options
author | Milan Crha <mcrha@redhat.com> | 2010-04-02 00:37:05 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2010-04-02 00:38:49 +0800 |
commit | 816614eb40ad857b550fe25d3ac84bdeefda7c18 (patch) | |
tree | 4b8fce15e28d16a416c71cd6f0d39744a07021ac /mail/mail.error.xml | |
parent | 2e1a8c389948bde089f9de42d4fed683708c7732 (diff) | |
download | gsoc2013-evolution-816614eb40ad857b550fe25d3ac84bdeefda7c18.tar.gz gsoc2013-evolution-816614eb40ad857b550fe25d3ac84bdeefda7c18.tar.zst gsoc2013-evolution-816614eb40ad857b550fe25d3ac84bdeefda7c18.zip |
Bug #261062 - Do not translate untranslatable texts
Diffstat (limited to 'mail/mail.error.xml')
-rw-r--r-- | mail/mail.error.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/mail.error.xml b/mail/mail.error.xml index ef1b5dac94..a889dfc8e3 100644 --- a/mail/mail.error.xml +++ b/mail/mail.error.xml @@ -424,17 +424,17 @@ You can choose to ignore this folder, overwrite or append its contents, or quit. <error id="junk-check-error" type="error"> <_primary>Check Junk Failed</_primary> - <_secondary xml:space="preserve">{0}</_secondary> + <secondary xml:space="preserve">{0}</secondary> </error> <error id="junk-report-error" type="error"> <_primary>Report Junk Failed</_primary> - <_secondary xml:space="preserve">{0}</_secondary> + <secondary xml:space="preserve">{0}</secondary> </error> <error id="junk-not-report-error" type="error"> <_primary>Report Not Junk Failed</_primary> - <_secondary xml:space="preserve">{0}</_secondary> + <secondary xml:space="preserve">{0}</secondary> </error> </error-list> |