diff options
author | Vibha Yadav <yvibha@novell.com> | 2011-01-11 20:46:03 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-06-30 00:41:17 +0800 |
commit | 03fa99afdb505e6231c332678bb5fa88c44dc85b (patch) | |
tree | 8adfd398dcef035bd4215a162b29946be006b222 /addressbook | |
parent | 642b32cbdb197c238080048c8d9c87c284bcbfc7 (diff) | |
download | gsoc2013-evolution-03fa99afdb505e6231c332678bb5fa88c44dc85b.tar.gz gsoc2013-evolution-03fa99afdb505e6231c332678bb5fa88c44dc85b.tar.zst gsoc2013-evolution-03fa99afdb505e6231c332678bb5fa88c44dc85b.zip |
Bug #638087 - Crash at merging duplicate contact
Using 'comments' instead of 'comment'.
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/gui/merging/eab-contact-commit-duplicate-detected.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/merging/eab-contact-commit-duplicate-detected.ui b/addressbook/gui/merging/eab-contact-commit-duplicate-detected.ui index 84b4ac6c11..3bb61184b6 100644 --- a/addressbook/gui/merging/eab-contact-commit-duplicate-detected.ui +++ b/addressbook/gui/merging/eab-contact-commit-duplicate-detected.ui @@ -93,7 +93,7 @@ <child> <object class="GtkLabel" id="label3"> <property name="visible">True</property> - <property name="label" translatable="yes" comment="Translators: Heading of the contact which has same name or email in this folder already.">Conflicting Contact:</property> + <property name="label" translatable="yes" comments="Translators: Heading of the contact which has same name or email address in this folder already.">Conflicting Contact:</property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_CENTER</property> |