summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-11-15 13:55:15 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-12-22 14:01:26 +0100
commit9d6a13d871655e15322a333687c2e534d5850a85 (patch)
treec83c546e3e77f331423cf156b6009b729cd6168d
parentc705bc9f9ba843d33c1c91b780741e9e032e1ca1 (diff)
downloadtdegames-9d6a13d871655e15322a333687c2e534d5850a85.tar.gz
tdegames-9d6a13d871655e15322a333687c2e534d5850a85.zip
Fix branding and typos.
(cherry picked from commit 99c1ac39600907b6a840481525977bcd2094bd56)
-rw-r--r--lskat/lskat/lskat.cpp4
-rw-r--r--lskat/lskat/lskatview.cpp2
2 files changed, 3 insertions, 3 deletions
diff --git a/lskat/lskat/lskat.cpp b/lskat/lskat/lskat.cpp
index af0768e9..c19b2556 100644
--- a/lskat/lskat/lskat.cpp
+++ b/lskat/lskat/lskat.cpp
@@ -703,7 +703,7 @@ bool LSkatApp::MakeInputDevice(int no)
if (doc->IsServer())
{
if (global_debug>10)
- printf("We want theother one to be client\n");
+ printf("We want the other one to be client\n");
msg->AddData(TQCString("Client"),(short)-1); // force client
mInput->SendMsg(msg,no);
}
@@ -711,7 +711,7 @@ bool LSkatApp::MakeInputDevice(int no)
else
{
if (global_debug>10)
- printf("We want theother one to be server\n");
+ printf("We want the other one to be server\n");
msg->AddData(TQCString("Server"),(short)-1); // force server
mInput->SendMsg(msg,no);
}
diff --git a/lskat/lskat/lskatview.cpp b/lskat/lskat/lskatview.cpp
index 72b5ffd1..9ba0dd94 100644
--- a/lskat/lskat/lskatview.cpp
+++ b/lskat/lskat/lskatview.cpp
@@ -303,7 +303,7 @@ void LSkatView::drawIntro(TQPainter *p)
p->setPen(TQColor(col3,col,0));
p->drawText(x,y,s);
- s=i18n("K D E");
+ s=i18n("T D E");
y=350+(NO_OF_CARDS-cnt)*3;
// x=640-(int)(380.0*sin(0.5*M_PI/(float)NO_OF_CARDS*cnt));
x=570-fontMetrics.width(s)/2-(int)(260.0*sin(0.5*M_PI/(float)NO_OF_CARDS*cnt));