summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2010-01-31 15:06:45 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2010-01-31 15:06:45 +0000
commit1c6cada2970a5cd12a063f5c3e844a9d4a3e30de (patch)
tree4ae19cc0870a1e30bb7aced4532c2f5fa9738406
parent56ac38265ec7902272eaacbddc2802f31a9df63b (diff)
downloadrockbox-1c6cada2970a5cd12a063f5c3e844a9d4a3e30de.tar.gz
rockbox-1c6cada2970a5cd12a063f5c3e844a9d4a3e30de.zip
Fix typos in messages.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24419 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--rbutil/rbutilqt/base/bootloaderinstalltcc.cpp4
1 files changed, 2 insertions, 2 deletions
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()
34 return tr("Bootloader installation requires you to provide " 34 return tr("Bootloader installation requires you to provide "
35 "a firmware file of the original firmware (bin file). " 35 "a firmware file of the original firmware (bin file). "
36 "You need to download this file yourself due to legal " 36 "You need to download this file yourself due to legal "
37 "reasons." 37 "reasons. "
38 "Press Ok to continue and browse your computer for the firmware " 38 "Press Ok to continue and browse your computer for the firmware "
39 "file."); 39 "file.");
40} 40}
@@ -106,7 +106,7 @@ void BootloaderInstallTcc::installStage2(void)
106 if (patched_buf == NULL) 106 if (patched_buf == NULL)
107 { 107 {
108 emit logItem(errstr, LOGERROR); 108 emit logItem(errstr, LOGERROR);
109 emit logItem(tr("Could patch firmware"), LOGERROR); 109 emit logItem(tr("Could not patch firmware"), LOGERROR);
110 goto exit; 110 goto exit;
111 } 111 }
112 112