diff -r 25de976a7b9a -r 26f0c3669b4e hedgewars/uWorld.pas --- 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);