while we're tweaking this phrase, "with" feels awkward
authornemo
Sun, 30 Jul 2017 19:06:57 -0400
changeset 12444 832b969ea00c
parent 12443 350a4871b2c1
child 12445 28bf941e13a0
while we're tweaking this phrase, "with" feels awkward
QTfrontend/ui/page/pagegamestats.cpp
--- a/QTfrontend/ui/page/pagegamestats.cpp	Sat Jul 29 00:25:38 2017 +0200
+++ b/QTfrontend/ui/page/pagegamestats.cpp	Sun Jul 30 19:06:57 2017 -0400
@@ -317,7 +317,7 @@
         {
             int i = info.indexOf(' ');
             int num = info.left(i).toInt();
-            QString message = "<p><img src=\":/res/StatsMostSelfDamage.png\"> " + PageGameStats::tr("<b>%1</b> thought it's good to shoot their own hedgehogs with <b>%2</b> pts.", "", num).arg(info.mid(i + 1)).arg(num) + "</p>";
+            QString message = "<p><img src=\":/res/StatsMostSelfDamage.png\"> " + PageGameStats::tr("<b>%1</b> thought it's good to shoot their own hedgehogs for <b>%2</b> pts.", "", num).arg(info.mid(i + 1)).arg(num) + "</p>";
             AddStatText(message);
             break;
         }