KMessageBox::queuedMessageBox(this,KMessageBox::Sorry,i18n("There is no email address set for this contact in the KDE address book."),i18n("No Email Address in Address Book"));
KMessageBox::queuedMessageBox(this,KMessageBox::Sorry,i18n("There is no email address set for this contact in the TDE address book."),i18n("No Email Address in Address Book"));
}
}
else
else
KMessageBox::queuedMessageBox(this,KMessageBox::Sorry,i18n("This contact was not found in the KDE address book. Check that a contact is selected in the properties dialog."),i18n("Not Found in Address Book"));
KMessageBox::queuedMessageBox(this,KMessageBox::Sorry,i18n("This contact was not found in the TDE address book. Check that a contact is selected in the properties dialog."),i18n("Not Found in Address Book"));
}
}
else
else
KMessageBox::queuedMessageBox(this,KMessageBox::Sorry,i18n("This contact is not associated with a KDE address book entry, where the email address is stored. Check that a contact is selected in the properties dialog."),i18n("Not Found in Address Book"));
KMessageBox::queuedMessageBox(this,KMessageBox::Sorry,i18n("This contact is not associated with a TDE address book entry, where the email address is stored. Check that a contact is selected in the properties dialog."),i18n("Not Found in Address Book"));