forked from len0rd/rockbox
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:
parent
6e51203860
commit
19519d7648
1 changed files with 1 additions and 1 deletions
|
|
@ -560,7 +560,7 @@ void FirmwarePositionCtrl::CreateControls()
|
||||||
|
|
||||||
//Device Selection
|
//Device Selection
|
||||||
m_desc = new wxStaticText( this, wxID_STATIC,
|
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 );
|
wxDefaultSize, 0 );
|
||||||
topSizer->Add(m_desc, 0, wxALIGN_LEFT|wxALL, 5);
|
topSizer->Add(m_desc, 0, wxALIGN_LEFT|wxALL, 5);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue