Skip to content

Commit 0fc6a5b

Browse files
committed
fixed wording
1 parent 37e9ca0 commit 0fc6a5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/gui/src/graph_widget/graph_widget.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@ namespace hal
770770
if (m->get_gates().empty() && m->get_submodules().empty())
771771
{
772772
QMessageBox msg;
773-
msg.setText("This module is empty.\nYou can't enter it.");
773+
msg.setText("This module does not contain any gates, it cannot be unfolded.");
774774
msg.setWindowTitle("Error");
775775
msg.exec();
776776
return;

0 commit comments

Comments
 (0)