Skip to content

Commit

Permalink
Correct message (#11495)
Browse files Browse the repository at this point in the history
  • Loading branch information
adeas31 committed Nov 14, 2023
1 parent bc5cc0b commit 262d440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMEdit/OMEditLIB/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1202,7 +1202,7 @@ void showEncryptionSupportMessage()
{
QMessageBox::information(MainWindow::instance(), QString("%1 - %2").arg(Helper::applicationName).arg(Helper::information),
QString("The open-source versions of OpenModelica cannot handle encrypted libraries,"
" because the private key for decryption cannot be made public published.<br /><br />"
" because the private key for decryption cannot be made public.<br /><br />"
"OpenModelica supports loading encrypted libraries through SEMLA technology, provided by Modelon AB."
" For that, you need a special version of OpenModelica that is only released in binary form;"
" please contact your library supplier for information on how to get it.<br /><br />"
Expand Down

0 comments on commit 262d440

Please sign in to comment.