diff options
author | Harish Krishnaswamy <kharish@novell.com> | 2006-01-01 21:56:31 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2006-01-01 21:56:31 +0800 |
commit | 7ddd1c1379b274907698b2251a11e705fd75e2a3 (patch) | |
tree | 1c34735c22b269297367d356cda0b391b71c77e9 /addressbook | |
parent | 3c352346c1b03a56e82c16782835939758d0527e (diff) | |
download | gsoc2013-evolution-7ddd1c1379b274907698b2251a11e705fd75e2a3.tar.gz gsoc2013-evolution-7ddd1c1379b274907698b2251a11e705fd75e2a3.tar.zst gsoc2013-evolution-7ddd1c1379b274907698b2251a11e705fd75e2a3.zip |
String Fixes (Bug #325122)
2006-01-01 Harish Krishnaswamy <kharish@novell.com>
* String Fixes (Bug #325122)
svn path=/trunk/; revision=31006
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/addressbook.error.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/addressbook.error.xml b/addressbook/addressbook.error.xml index bf2c8f4c84..e5052416af 100644 --- a/addressbook/addressbook.error.xml +++ b/addressbook/addressbook.error.xml @@ -92,7 +92,7 @@ <error id="ask-list-add-exists" type="question" default="GTK_RESPONSE_NO"> <_primary>Address '{0}' already exists.</_primary> - <_secondary>A contact already exists with this address. Would you like to add a new card with the same address anyway?</_secondary> + <_secondary>A contact already exists with this address. Would you like to add a new card with the same address anyway?</_secondary> <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/> <button stock="gtk-ok" _label="_Add" response="GTK_RESPONSE_YES"/> </error> |