diff options
author | Vibha Yadav <yvibha@novell.com> | 2011-01-11 20:46:03 +0800 |
---|---|---|
committer | Vibha Yadav <yvibha@novell.com> | 2011-01-11 20:46:03 +0800 |
commit | 886b3ac072e2d7dde15b4ad3d0abf879b82f849d (patch) | |
tree | 2cc3f3a8b4e87c44d7f77a8a7f7f491c6942bb69 /addressbook | |
parent | 28c3b67bb1f007c5ad06a9695d2d750531d2139d (diff) | |
download | gsoc2013-evolution-886b3ac072e2d7dde15b4ad3d0abf879b82f849d.tar.gz gsoc2013-evolution-886b3ac072e2d7dde15b4ad3d0abf879b82f849d.tar.zst gsoc2013-evolution-886b3ac072e2d7dde15b4ad3d0abf879b82f849d.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> |