Skip to content

Commit d67fa85

Browse files
authored
Merge pull request #8043 from The-OpenROAD-Project-staging/hier-browser-module-label
gui: rename Master to Module in the hierarchy browser column headings
2 parents f4afc5f + b6532f5 commit d67fa85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/src/browserWidget.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ BrowserWidget::BrowserWidget(
115115
display_controls_warning_->setStyleSheet("color: red;");
116116

117117
model_->setHorizontalHeaderLabels({"Instance",
118-
"Master",
118+
"Module",
119119
"Instances",
120120
"Macros",
121121
"Modules",

0 commit comments

Comments
 (0)