message improved
This commit is contained in:
parent
bc5c63fe0d
commit
c171a6350d
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue