diff options
author | Sushma Rai <rsushma@src.gnome.org> | 2005-05-09 19:33:31 +0800 |
---|---|---|
committer | Sushma Rai <rsushma@src.gnome.org> | 2005-05-09 19:33:31 +0800 |
commit | c513fa00157069e0ba6b4015ad2d6f8aa56b9190 (patch) | |
tree | 932aeb784eb91a052b70a0173f891ba2e424a91c /addressbook/addressbook-errors.xml | |
parent | 2b7464339fdfb4fea0e829a09820254f31bfce5b (diff) | |
download | gsoc2013-evolution-c513fa00157069e0ba6b4015ad2d6f8aa56b9190.tar gsoc2013-evolution-c513fa00157069e0ba6b4015ad2d6f8aa56b9190.tar.gz gsoc2013-evolution-c513fa00157069e0ba6b4015ad2d6f8aa56b9190.tar.bz2 gsoc2013-evolution-c513fa00157069e0ba6b4015ad2d6f8aa56b9190.tar.lz gsoc2013-evolution-c513fa00157069e0ba6b4015ad2d6f8aa56b9190.tar.xz gsoc2013-evolution-c513fa00157069e0ba6b4015ad2d6f8aa56b9190.tar.zst gsoc2013-evolution-c513fa00157069e0ba6b4015ad2d6f8aa56b9190.zip |
Removed the plural form "contact(s)" from translatable error message.
Fixes #261969.
svn path=/trunk/; revision=29318
Diffstat (limited to 'addressbook/addressbook-errors.xml')
-rw-r--r-- | addressbook/addressbook-errors.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/addressbook/addressbook-errors.xml b/addressbook/addressbook-errors.xml index 0d6b331b28..fbcc3a0d78 100644 --- a/addressbook/addressbook-errors.xml +++ b/addressbook/addressbook-errors.xml @@ -75,8 +75,8 @@ </error> <error id="save-error" type="error"> - <primary>Unable to save contact(s).</primary> - <secondary>Error saving contacts to {0}: {1}</secondary> + <primary>Unable to save {0}.</primary> + <secondary>Error saving {0} to {1}: {2}</secondary> </error> <error id="backend-died" type="error"> |