diff options
author | Andre Klapper <a9016009@gmx.de> | 2012-02-17 22:11:39 +0800 |
---|---|---|
committer | Andre Klapper <a9016009@gmx.de> | 2012-02-17 22:11:39 +0800 |
commit | 771b41d952bf2a272f8adf681b5d30984ee87a5e (patch) | |
tree | 7b8f70cfb446be8fe922e27e100026b0aa62651f /filter | |
parent | 53ca9a1f976b5fd414cc5dd774e5a59ef7e76a67 (diff) | |
download | gsoc2013-evolution-771b41d952bf2a272f8adf681b5d30984ee87a5e.tar.gz gsoc2013-evolution-771b41d952bf2a272f8adf681b5d30984ee87a5e.tar.zst gsoc2013-evolution-771b41d952bf2a272f8adf681b5d30984ee87a5e.zip |
Change 'file name' to 'filename' according to the GDP Style Guide
Diffstat (limited to 'filter')
-rw-r--r-- | filter/filter.error.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/filter/filter.error.xml b/filter/filter.error.xml index 63294dc75e..62b75193d2 100644 --- a/filter/filter.error.xml +++ b/filter/filter.error.xml @@ -7,13 +7,13 @@ </error> <error id="no-file" type="error"> - <_primary>Missing file name.</_primary> - <_secondary>You must specify a file name.</_secondary> + <_primary>Missing filename.</_primary> + <_secondary>You must specify a filename.</_secondary> </error> <error id="bad-file" type="error"> <_primary>File "{0}" does not exist or is not a regular file.</_primary> - <_secondary>You must specify a file name.</_secondary> + <_secondary>You must specify a filename.</_secondary> </error> <error id="bad-regexp" type="error"> @@ -31,4 +31,4 @@ <_secondary>Please choose another name.</_secondary> </error> -</error-list>
\ No newline at end of file +</error-list> |