Tweak config option text.
authorCarl Hetherington <cth@carlh.net>
Mon, 16 Nov 2015 01:21:07 +0000 (01:21 +0000)
committerCarl Hetherington <cth@carlh.net>
Mon, 16 Nov 2015 01:21:07 +0000 (01:21 +0000)
src/wx/config_dialog.cc

index 61685b0e5ad4a070df453d669d8550050130b774..3d1af1077eeba2c5ca1101974e9ea0898d26282b 100644 (file)
@@ -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;