Skip to content

Commit

Permalink
. -> :
Browse files Browse the repository at this point in the history
  • Loading branch information
mortbopet committed Nov 4, 2023
1 parent 01ef9e5 commit 110b50c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settingsdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ QWidget *SettingsDialog::createSimulatorPage() {

// Setting: RIPES_SETTING_VCD_TRACE
auto [vcdEnableLabel, vcdEnable] = createSettingsWidgets<QCheckBox>(
RIPES_SETTING_VCD_TRACE, "Enable simulation VCD traces.");
RIPES_SETTING_VCD_TRACE, "Enable simulation VCD traces:");
auto [vcdTraceFileLabel, vcdTraceFile] = createSettingsWidgets<QLineEdit>(
RIPES_SETTING_VCD_TRACE_FILE, "VCD trace file:");

Expand Down

0 comments on commit 110b50c

Please sign in to comment.