KMessageBox::information(this,i18n("No entries were selected."));
KMessageBox::information(this,i18n("No entries were selected."));
elseif(KMessageBox::questionYesNoList(this,i18n("The following changes will be applied to the currently selected elements.\nConflicts with duplicate entry ids will be resolved when applying the new ids."),msgList,i18n("Normalize Entry Ids"),KGuiItem(i18n("Replace Entry Ids"),"run"),KGuiItem(i18n("Cancel"),"cancel"))==KMessageBox::Yes)
elseif(KMessageBox::questionYesNoList(this,i18n("The following changes will be applied to the currently selected elements.\nConflicts with duplicate entry ids will be resolved when applying the new ids."),msgList,i18n("Normalize Entry Ids"),KGuiItem(i18n("Replace Entry Ids"),"system-run"),KGuiItem(i18n("Cancel"),"cancel"))==KMessageBox::Yes)