Fix typo in the bootloader instalation dialog box

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13503 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Nils Wallménius 2007-05-28 15:29:59 +00:00
parent 6e51203860
commit 19519d7648

View file

@ -560,7 +560,7 @@ void FirmwarePositionCtrl::CreateControls()
//Device Selection
m_desc = new wxStaticText( this, wxID_STATIC,
wxT("Select original Firmware form the Manufacturer"), wxDefaultPosition,
wxT("Select original Firmware from the Manufacturer"), wxDefaultPosition,
wxDefaultSize, 0 );
topSizer->Add(m_desc, 0, wxALIGN_LEFT|wxALL, 5);