Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
adeas31 committed May 9, 2017
1 parent bb3109f commit 120c4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMEdit/OMEditGUI/Modeling/ModelWidgetContainer.cpp
Expand Up @@ -281,7 +281,7 @@ bool GraphicsView::addComponent(QString className, QPointF position)
// Only allow drag & drop of Modelica LibraryTreeItem on a Modelica LibraryTreeItem
if (mpModelWidget->getLibraryTreeItem()->getLibraryType() != pLibraryTreeItem->getLibraryType()) {
QMessageBox::information(pMainWindow, QString("%1 - %2").arg(Helper::applicationName, Helper::information),
tr("You can only dag & drop Modelica models."), Helper::ok);
tr("You can only drag & drop Modelica models."), Helper::ok);
return false;
}
StringHandler::ModelicaClasses type = pLibraryTreeItem->getRestriction();
Expand Down

0 comments on commit 120c4f9

Please sign in to comment.