diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-11-16 01:21:07 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-11-16 01:21:07 +0000 |
| commit | f7172242d4ff0b5349a9011d961316b4f366be4a (patch) | |
| tree | edd80b539c76d793c80a756c442f34fdc2d381ae /src | |
| parent | b54255cd96e19802abe5eeb977d96c624751f09a (diff) | |
Tweak config option text.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/config_dialog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/config_dialog.cc b/src/wx/config_dialog.cc index 61685b0e5..3d1af1077 100644 --- a/src/wx/config_dialog.cc +++ b/src/wx/config_dialog.cc @@ -193,7 +193,7 @@ private: table->Add (_check_for_updates, wxGBPosition (r, 0), wxGBSpan (1, 2)); ++r; - _check_for_test_updates = new wxCheckBox (_panel, wxID_ANY, _("Check for testing updates as well as stable ones")); + _check_for_test_updates = new wxCheckBox (_panel, wxID_ANY, _("Check for testing updates on startup")); table->Add (_check_for_test_updates, wxGBPosition (r, 0), wxGBSpan (1, 2)); ++r; |
