diff --git a/doomsday/tools/shell/shell-gui/src/localserverdialog.cpp b/doomsday/tools/shell/shell-gui/src/localserverdialog.cpp index 1044626db9..357325ef9f 100644 --- a/doomsday/tools/shell/shell-gui/src/localserverdialog.cpp +++ b/doomsday/tools/shell/shell-gui/src/localserverdialog.cpp @@ -92,7 +92,7 @@ DENG2_PIMPL(LocalServerDialog) opt->setDisabled(true); form->addRow(0, opt); - form->addRow(0, announce = new QCheckBox(tr("&Public server (visible to all)"))); + form->addRow(0, announce = new QCheckBox(tr("&Public server: visible to all"))); announce->setChecked(st.value("LocalServer/announce", false).toBool()); QHBoxLayout *hb = new QHBoxLayout;