Fix UI strings reported on Crowdin (#23297)

Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org>
This commit is contained in:
Max Wilfinger
2025-08-25 08:10:53 +02:00
committed by GitHub
parent 18517c78e5
commit 04e9baf533
34 changed files with 118 additions and 118 deletions

View File

@@ -349,7 +349,7 @@ void CmdPartDesignMigrate::activated(int iMsg)
} else {
// Huh? nothing to migrate?
QMessageBox::warning ( nullptr, QObject::tr ( "Nothing to migrate" ),
QObject::tr ( "No Part Design features found that do not belong to a body."
QObject::tr ( "No Part Design features without body found"
" Nothing to migrate." ) );
}
return;