summaryrefslogtreecommitdiff
path: root/noncore/games/kbill
authorchristophe <christophe>2004-02-10 08:40:29 (UTC)
committer christophe <christophe>2004-02-10 08:40:29 (UTC)
commit31b6d9f530f2dc2ce5569320cc1098bae48eb998 (patch) (side-by-side diff)
treee651c4e000a93cbaea4914de817cf30d11dd34a2 /noncore/games/kbill
parent9205b4cbd7ff812dc40f595c8308ba3b5a08db67 (diff)
downloadopie-31b6d9f530f2dc2ce5569320cc1098bae48eb998.zip
opie-31b6d9f530f2dc2ce5569320cc1098bae48eb998.tar.gz
opie-31b6d9f530f2dc2ce5569320cc1098bae48eb998.tar.bz2
Patch number (4) from M. Michael Opdenacker
Diffstat (limited to 'noncore/games/kbill') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/kbill/kbill.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/games/kbill/kbill.cpp b/noncore/games/kbill/kbill.cpp
index afeaeb5..18a6875 100644
--- a/noncore/games/kbill/kbill.cpp
+++ b/noncore/games/kbill/kbill.cpp
@@ -112,7 +112,7 @@ void KBill::ViewHighScores() {
void KBill::Story() {
field->stopTimer();
HelpDialog *stryDialog = new HelpDialog(this,"helpdialog",1);
- QString stryString = tr("<b>The Story</b><p>Yet again, the fate of the world rests in your hands! An evil computer hacker, known only by his handle 'Bill', has created the ultimate computer virus. A virus so powerful that it has the power to transmute an ordinary computer into a toaster oven. (oooh!) 'Bill' has cloned himself into a billion-jillion micro-Bills. Their sole purpose is to deliver the nefarious virus, which has been cleverly diguised as a popular operating system. As System Administrator and Exterminator, your job is to keep Bill from succeeding at his task.");
+ QString stryString = tr("<b>The Story</b><p>Yet again, the fate of the world rests in your hands! An evil computer hacker, known only by his handle 'Bill', has created the ultimate computer virus. A virus so powerful that it has the power to transmute an ordinary computer into a toaster oven. (oooh!) 'Bill' has cloned himself into a billion-jillion micro-Bills. Their sole purpose is to deliver the nefarious virus, which has been cleverly disguised as a popular operating system. As System Administrator and Exterminator, your job is to keep Bill from succeeding at his task.");
stryDialog->setCaption(tr("The story of KBill"));
stryDialog->TextBrowser1->setText(stryString);
stryDialog->resize(200,200);