diff --git a/stepmania/src/RageBitmapTexture.cpp b/stepmania/src/RageBitmapTexture.cpp index 249dc900fa..034653bcb7 100644 --- a/stepmania/src/RageBitmapTexture.cpp +++ b/stepmania/src/RageBitmapTexture.cpp @@ -264,8 +264,8 @@ void RageBitmapTexture::Create() if( fFrameWidth!=fBetterFrameWidth || fFrameHeight!=fBetterFrameHeight ) { RString sWarning = ssprintf( - "The graphic '%s' has frame dimensions that aren't even numbers.\n\n" - "The entire image is %dx%d and frame size is %.1fx%.1f.\n\n" + "The graphic '%s' has frame dimensions that aren't even numbers.\n" + "The entire image is %dx%d and frame size is %.1fx%.1f.\n" "Image quality will be much improved if you resize the graphic to %.0fx%.0f, which is a frame size of %.0fx%.0f.", actualID.filename.c_str(), this->GetSourceWidth(), this->GetSourceHeight(),