Fix typos in messages.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24419 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Riebeling 2010-01-31 15:06:45 +00:00
parent 56ac38265e
commit 1c6cada297

View file

@ -106,7 +106,7 @@ void BootloaderInstallTcc::installStage2(void)
if (patched_buf == NULL)
{
emit logItem(errstr, LOGERROR);
emit logItem(tr("Could patch firmware"), LOGERROR);
emit logItem(tr("Could not patch firmware"), LOGERROR);
goto exit;
}