message improved

This commit is contained in:
Martin Brodbeck 2019-10-01 11:47:53 +02:00
parent bc5c63fe0d
commit c171a6350d
1 changed files with 1 additions and 1 deletions

View File

@ -477,7 +477,7 @@ void MainWindow::onImportSellerExcelActionTriggered()
using namespace std::string_literals; using namespace std::string_literals;
std::ostringstream msg; std::ostringstream msg;
msg << "Aus der Excel-Datei wurden <b>"s << std::to_string(numImported) msg << "Aus der Excel/CSV-Datei wurden <b>"s << std::to_string(numImported)
<< "</b> Verkäufer importiert."; << "</b> Verkäufer importiert.";
QMessageBox(QMessageBox::Icon::Information, "Verkäufer erfolgreich importiert", QMessageBox(QMessageBox::Icon::Information, "Verkäufer erfolgreich importiert",
msg.str().c_str(), QMessageBox::StandardButton::Ok, this) msg.str().c_str(), QMessageBox::StandardButton::Ok, this)