From ba7d27786d1af8d3843edde0fb3cea5be4a2cb37 Mon Sep 17 00:00:00 2001 From: Dominik Wenger Date: Thu, 1 Mar 2007 17:22:49 +0000 Subject: Fix for the Bootloader installation for H10, thanks to barrywardell git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12537 a1c6a512-1295-4272-9138-f99709370657 --- rbutil/wizard_pages.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'rbutil/wizard_pages.cpp') diff --git a/rbutil/wizard_pages.cpp b/rbutil/wizard_pages.cpp index e7eab77f4c..53d56634e8 100644 --- a/rbutil/wizard_pages.cpp +++ b/rbutil/wizard_pages.cpp @@ -481,8 +481,8 @@ wxBuildPage::wxBuildPage(wxWizard *parent) : wxWizardPageSimple(parent) wxArrayString* array = new wxArrayString(); buf.Printf(_("Rockbox stable version (%s)") , gv->last_release.c_str()); array->Add(buf); - array->Add(_("Daily Build")); - array->Add(_("Bleeding Edge Build ")); + array->Add(_("Archived Build")); + array->Add(_("Current Build ")); BuildRadioBox = new wxRadioBox(this, ID_BUILD_BOX, _("Version"), wxDefaultPosition, wxDefaultSize, *array, 0, wxRA_SPECIFY_ROWS); @@ -539,8 +539,7 @@ void wxBuildPage::OnBuildBox(wxCommandEvent& event) break; case BUILD_BLEEDING: str = _("This is the absolute up to the minute Rockbox built after\n" - "the last change was made. This should be avoided unless the\n" - "daily version is causing problems for some reason.\n\n" + "the last change was made.\n\n" "Note: This option will always download a fresh copy from the\n" "web server.\n"); NoCacheCheckBox->Enable(false); -- cgit v1.2.3