Spreadsheet: message box titles to Title Case (#23842)

This commit is contained in:
Roy-043
2025-09-11 14:45:37 +02:00
committed by GitHub
parent 083426aa61
commit 701b98ee37
3 changed files with 5 additions and 5 deletions

View File

@@ -813,7 +813,7 @@ void SheetTableView::pasteClipboard()
catch (Base::Exception& e) {
e.reportException();
QMessageBox::critical(Gui::getMainWindow(),
QObject::tr("Copy & Paste failed"),
QObject::tr("Copy & Paste Failed"),
QString::fromLatin1(e.what()));
return;
}