Skip to content
Snippets Groups Projects
Commit c15250a1 authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Minor text fixes

parent 432dfc4c
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>If you cant find your Scenario maybe you need to open the Package first: </string>
<string>If you cannot find a scenario, maybe you need to open the package first: </string>
</property>
</widget>
</item>
......
......@@ -52,7 +52,7 @@ void PackageAdderView::on_okButton_clicked()
else
{
QMessageBox msgBox;
msgBox.setText("Please insert a valid Package Name");
msgBox.setText("Please insert a valid package name");
msgBox.exec();
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment