diff options
| author | Crystalwarrior <varsash@gmail.com> | 2021-02-24 16:02:07 +0300 |
|---|---|---|
| committer | Crystalwarrior <varsash@gmail.com> | 2021-02-24 16:02:07 +0300 |
| commit | 5ac95ada564f11419441eca32907aef7ec16dd90 (patch) | |
| tree | 80dbe9db5a99cd2ef7141d6da6b8f880a2f62c0f /src/aooptionsdialog.cpp | |
| parent | 7579457e897cba6d358bd65dba1ee05e1db87c06 (diff) | |
Make "stop music on objection" work in tandem with the server by calling "music_stop()" instead of only working on the client-side
Diffstat (limited to 'src/aooptionsdialog.cpp')
| -rw-r--r-- | src/aooptionsdialog.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/aooptionsdialog.cpp b/src/aooptionsdialog.cpp index 5817d96e..9ca0865f 100644 --- a/src/aooptionsdialog.cpp +++ b/src/aooptionsdialog.cpp @@ -704,8 +704,7 @@ AOOptionsDialog::AOOptionsDialog(QWidget *parent, AOApplication *p_ao_app) ui_objectmusic_lbl = new QLabel(ui_audio_widget); ui_objectmusic_lbl->setText(tr("Kill Music On Objection:")); ui_objectmusic_lbl->setToolTip( - tr("If true, AO2 will stop the music for you when you or someone else " - "does 'Objection!'.")); + tr("If true, AO2 will ask the server to stop music when you use 'Objection!' ")); ui_audio_layout->setWidget(row, QFormLayout::LabelRole, ui_objectmusic_lbl); |
