changeset 1623 | d590e6da04da |
parent 1622 | 8e0d62727f01 |
child 1625 | 37aae47943ce |
--- a/QTfrontend/statsPage.cpp Fri Jan 09 11:27:52 2009 +0000 +++ b/QTfrontend/statsPage.cpp Fri Jan 09 11:28:18 2009 +0000 @@ -62,7 +62,7 @@ } case 'k' : { int i = info.indexOf(' '); - QString message = tr("<p>The best shot award was won by <b>%1</b> with <b>%2</b> kills.</p>") + QString message = tr("<p>The best killer is <b>%1</b> with <b>%2</b> kills in a turn.</p>") .arg(info.mid(i + 1), info.left(i)); AddStatText(message); break;