Skip to content

Commit

Permalink
fixed wording
Browse files Browse the repository at this point in the history
  • Loading branch information
SJulianS committed Oct 22, 2022
1 parent 37e9ca0 commit 0fc6a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/gui/src/graph_widget/graph_widget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ namespace hal
if (m->get_gates().empty() && m->get_submodules().empty())
{
QMessageBox msg;
msg.setText("This module is empty.\nYou can't enter it.");
msg.setText("This module does not contain any gates, it cannot be unfolded.");
msg.setWindowTitle("Error");
msg.exec();
return;
Expand Down

0 comments on commit 0fc6a5b

Please sign in to comment.