GNOME Bugzilla – Bug 352358
harmonize some error messages
Last modified: 2013-09-13 00:49:05 UTC
#: ../addressbook/addressbook.error.xml.h:1 msgid "" "A contact already exists with this address. Would you like to add a new card " "with the same address anyway?" #: ../addressbook/gui/merging/eab-contact-duplicate-detected.glade.h:4 msgid "" "The name or email address of this contact already exists\n" "in this folder. Would you like to add it anyway?" #: ../addressbook/gui/merging/eab-contact-commit-duplicate-detected.glade.h:4 msgid "" "The changed email or name of this contact already\n" "exists in this folder. Would you like to add it anyway?" don't know if those three are related. has to be checked. #: ../addressbook/gui/component/addressbook-view.c:445 msgid "A Folder with this name already exists" #: ../filter/filter.error.xml.h:7 msgid "Name "{0}" already used." #: ../mail/mail.error.xml.h:1 msgid "" "A folder named "{1}" already exists. Please use a different name." #: ../plugins/exchange-operations/org-gnome-exchange-operations.error.xml.h:35 msgid "Folder already exists" also see bug 308276.
Created attachment 72962 [details] [review] The error message strings are harmonized. #: ../addressbook/addressbook.error.xml.h:1 The error message mentioned in this file is displayed when we try to add an already existing named contact in a contact list.So this can not be harmonised with the rest. #: ../addressbook/gui/merging/eab-contact-duplicate-detected.glade.h:4 #: ../addressbook/gui/merging/eab-contact-commit-duplicate-detected.glade.h:4 The above two are harmonised in the attached patch. #: ../addressbook/gui/component/addressbook-view.c:445 #: ../mail/mail.error.xml.h:1 The above mentioned 2 are harmonised in the patch. #: ../filter/filter.error.xml.h:7 This is displayed when a new filter is created with same name,thus no need of harmonisation.
Does this patch close the bug 308276? Or is there any way to merge these twos bug reports?
Committed to svn trunk rev 341466.