int anAnswer = QMessageBox::question(
desktop(), tr("Show object"),
- tr("The following objects are hidden by the '%1' panel:\n %2.\
- \nRemove objects from the panel to be displayed?")
- .arg(facesPanel()->windowTitle()).arg(aHiddenObjectNames.join(','),
+ tr("'%1'\n are hidden by %2:\nRemove objects from the panel to be displayed?")
+ .arg(aHiddenObjectNames.join(',').arg(facesPanel()->windowTitle()),
QMessageBox::Yes | QMessageBox::No, QMessageBox::No));
bool aToBeDisplayed = anAnswer == QMessageBox::Yes;