summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-10-30 13:50:40 +0000
committerCarl Hetherington <cth@carlh.net>2015-10-30 13:50:40 +0000
commit00efb6417201fbb82ce39140a5cda89c1523da18 (patch)
tree22252145c9832a8d516a77435a9999277edd218c /src
parent0fa016885370f0cf5b240deb48766894d8404e83 (diff)
Improve wording of use-any-servers checkbox.
Diffstat (limited to 'src')
-rw-r--r--src/wx/config_dialog.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/config_dialog.cc b/src/wx/config_dialog.cc
index 5edf11c7f..ff0120ea8 100644
--- a/src/wx/config_dialog.cc
+++ b/src/wx/config_dialog.cc
@@ -575,7 +575,7 @@ public:
private:
void setup ()
{
- _use_any_servers = new wxCheckBox (_panel, wxID_ANY, _("Use all servers"));
+ _use_any_servers = new wxCheckBox (_panel, wxID_ANY, _("Search network for servers"));
_panel->GetSizer()->Add (_use_any_servers, 0, wxALL, _border);
vector<string> columns;