Skip to content

Commit

Permalink
behaivor (#404)
Browse files Browse the repository at this point in the history
Co-authored-by: stonedDiscord <[email protected]>
  • Loading branch information
stonedDiscord and stonedDiscord authored Jan 13, 2021
1 parent 74a1b38 commit dda459c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aooptionsdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ AOOptionsDialog::AOOptionsDialog(QWidget *parent, AOApplication *p_ao_app)
ui_stay_time_lbl->setText(tr("Text Stay Time:"));
ui_stay_time_lbl->setToolTip(tr(
"Minimum amount of time (in miliseconds) an IC message must stay on screen before "
"the next IC message is shown, acting as a 'queue'. Set to 0 to disable this behaivor."));
"the next IC message is shown, acting as a 'queue'. Set to 0 to disable this behavior."));

ui_gameplay_form->setWidget(row, QFormLayout::LabelRole, ui_stay_time_lbl);

Expand Down

0 comments on commit dda459c

Please sign in to comment.