diff --git a/rbutil/rbutil.ini b/rbutil/rbutil.ini index 74e5d75bc5..1ab45ecdcc 100644 --- a/rbutil/rbutil.ini +++ b/rbutil/rbutil.ini @@ -127,7 +127,7 @@ needsbootloader=yes bootloadermethod=fwpatcher bootloadername=bootloader-h100.bin resolution=160x128x2 -manualname=rockbox-h1xx +manualname=rockbox-h100 [h120] name=Iriver iHP120, iHP140, H120, H140 @@ -137,7 +137,7 @@ needsbootloader=yes bootloadermethod=fwpatcher bootloadername=bootloader-h120.bin resolution=160x128x2 -manualname=rockbox-h1xx +manualname=rockbox-h100 [h300] name=Iriver H320, H340 @@ -147,7 +147,7 @@ needsbootloader=yes bootloadermethod=fwpatcher bootloadername=bootloader-h300.bin resolution=220x176x16 -manualname= +manualname=rockbox-h300 [h10_5gbums] name=Iriver H10 (5/6GB) UMS diff --git a/rbutil/rbutilFrm.cpp b/rbutil/rbutilFrm.cpp index 600e418f11..46d91745d1 100644 --- a/rbutil/rbutilFrm.cpp +++ b/rbutil/rbutilFrm.cpp @@ -139,7 +139,7 @@ void rbutilFrm::CreateGUIControls(void) wxALIGN_CENTER_HORIZONTAL | wxALIGN_CENTER_VERTICAL | wxALL,5); wxStaticText* WxStaticText5 = new wxStaticText(installpage, wxID_ANY, - wxT("Bootloader installation instructions\n\n" + wxT("Bootloader installation\n\n" "Before Rockbox can be installed on your audio player, you " "may have to\ninstall a bootloader.\nThis is only necessary the first time " "Rockbox is installed."));