Navigation Menu

Skip to content

Commit

Permalink
Shell|GUI: Better label for checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Apr 12, 2014
1 parent f243e07 commit fe35536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/tools/shell/shell-gui/src/localserverdialog.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit fe35536

Please sign in to comment.