hedgewars/uWorld.pas
changeset 13156 26f0c3669b4e
parent 13140 e330feceb662
child 13174 061d55939e47
--- a/hedgewars/uWorld.pas	Sat Mar 10 03:27:18 2018 +0100
+++ b/hedgewars/uWorld.pas	Sat Mar 10 12:32:44 2018 +0100
@@ -1648,7 +1648,7 @@
             FPS:= Frames;
             Frames:= 0;
             CountTicks:= 0;
-            s:= inttostr(FPS) + ' fps';
+            s:= Format(trmsg[sidFPS], inttostr(FPS));
             tmpSurface:= TTF_RenderUTF8_Blended(Fontz[fnt16].Handle, Str2PChar(s), cWhiteColorChannels);
             tmpSurface:= doSurfaceConversion(tmpSurface);
             FreeAndNilTexture(fpsTexture);