Oops, I should not add typos to weblinks.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14986 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
43d577e0f3
commit
ed96797731
1 changed files with 2 additions and 2 deletions
|
@ -734,7 +734,7 @@ void BootloaderInstaller::ipodPrepare()
|
|||
{
|
||||
m_dp->addItem(tr("Warning this is a MacPod, Rockbox doesnt work on "
|
||||
"this. Convert it to WinPod\n"
|
||||
"See http://www.rockbox.org/wiki/IpodConverstionToFAT32"),
|
||||
"See http://www.rockbox.org/wiki/IpodConversionToFAT32"),
|
||||
LOGWARNING);
|
||||
emit done(true);
|
||||
return;
|
||||
|
@ -836,7 +836,7 @@ void BootloaderInstaller::ipodFinish()
|
|||
{
|
||||
m_dp->addItem(tr("Warning this is a MacPod, Rockbox doesnt work on "
|
||||
"this. Convert it to WinPod\n"
|
||||
"See http://www.rockbox.org/wiki/IpodConverstionToFAT32"),
|
||||
"See http://www.rockbox.org/wiki/IpodConversionToFAT32"),
|
||||
LOGWARNING);
|
||||
emit done(true);
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue