From f7172242d4ff0b5349a9011d961316b4f366be4a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 16 Nov 2015 01:21:07 +0000 Subject: Tweak config option text. --- src/wx/config_dialog.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; -- cgit v1.2.3