mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
Fix typos in messages.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24419 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
56ac38265e
commit
1c6cada297
1 changed files with 2 additions and 2 deletions
|
|
@ -34,7 +34,7 @@ QString BootloaderInstallTcc::ofHint()
|
||||||
return tr("Bootloader installation requires you to provide "
|
return tr("Bootloader installation requires you to provide "
|
||||||
"a firmware file of the original firmware (bin file). "
|
"a firmware file of the original firmware (bin file). "
|
||||||
"You need to download this file yourself due to legal "
|
"You need to download this file yourself due to legal "
|
||||||
"reasons."
|
"reasons. "
|
||||||
"Press Ok to continue and browse your computer for the firmware "
|
"Press Ok to continue and browse your computer for the firmware "
|
||||||
"file.");
|
"file.");
|
||||||
}
|
}
|
||||||
|
|
@ -106,7 +106,7 @@ void BootloaderInstallTcc::installStage2(void)
|
||||||
if (patched_buf == NULL)
|
if (patched_buf == NULL)
|
||||||
{
|
{
|
||||||
emit logItem(errstr, LOGERROR);
|
emit logItem(errstr, LOGERROR);
|
||||||
emit logItem(tr("Could patch firmware"), LOGERROR);
|
emit logItem(tr("Could not patch firmware"), LOGERROR);
|
||||||
goto exit;
|
goto exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue