Change one of 'best shot award' messages
authorunc0rr
Fri, 09 Jan 2009 11:28:18 +0000
changeset 1623 d590e6da04da
parent 1622 8e0d62727f01
child 1624 3cbf01d31e5c
Change one of 'best shot award' messages
QTfrontend/statsPage.cpp
--- 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;