summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-11-16 01:21:07 +0000
committerCarl Hetherington <cth@carlh.net>2015-11-16 01:21:07 +0000
commitf7172242d4ff0b5349a9011d961316b4f366be4a (patch)
treeedd80b539c76d793c80a756c442f34fdc2d381ae /src
parentb54255cd96e19802abe5eeb977d96c624751f09a (diff)
Tweak config option text.
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 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;