From 1c6cada2970a5cd12a063f5c3e844a9d4a3e30de Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Sun, 31 Jan 2010 15:06:45 +0000 Subject: Fix typos in messages. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24419 a1c6a512-1295-4272-9138-f99709370657 --- rbutil/rbutilqt/base/bootloaderinstalltcc.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rbutil/rbutilqt/base') diff --git a/rbutil/rbutilqt/base/bootloaderinstalltcc.cpp b/rbutil/rbutilqt/base/bootloaderinstalltcc.cpp index 525421defe..73c4603181 100644 --- a/rbutil/rbutilqt/base/bootloaderinstalltcc.cpp +++ b/rbutil/rbutilqt/base/bootloaderinstalltcc.cpp @@ -34,7 +34,7 @@ QString BootloaderInstallTcc::ofHint() return tr("Bootloader installation requires you to provide " "a firmware file of the original firmware (bin file). " "You need to download this file yourself due to legal " - "reasons." + "reasons. " "Press Ok to continue and browse your computer for the firmware " "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; } -- cgit v1.2.3