s->Add(newwxStaticText(this,wxID_ANY,_("&Check for new versions at startup:")),0,wxALL,8);
s->Add(newwxStaticText(this,wxID_ANY,_LABEL_("check at startup")),0,wxALL,8);
s->Add(check_at_startup,0,wxALL&~wxTOP,8);
s->Add(check_at_startup,0,wxALL&~wxTOP,8);
s->Add(check_now,0,wxALL&~wxTOP,8);
s->Add(check_now,0,wxALL&~wxTOP,8);
s->Add(newwxStaticText(this,wxID_ANY,_("Checking for updates requires an internet connection.\nWhen no internet connection is found upates are not checked.\n\nNo information is collected when checking for updates.")),0,wxALL&~wxTOP,8);