X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Ftitle.cpp;h=a60181c50b2d21ed2a57ad15196d3103e3bb3b4d;hb=810053f3d4fbacb77f22bb4c2c60f5615ad5ec36;hp=93ec351fb1286419bcd5d18afbc92371d1605bea;hpb=495f8b77cb935fe8eff81bec755efca8e34e8a99;p=supertux.git diff --git a/src/title.cpp b/src/title.cpp index 93ec351fb..a60181c50 100644 --- a/src/title.cpp +++ b/src/title.cpp @@ -345,15 +345,14 @@ void title(void) LAYER_FOREGROUND1+1); context.draw_text(white_small_text, " SuperTux " PACKAGE_VERSION "\n", - Vector(0, screen->h - 70), LEFT_ALLIGN, LAYER_FOREGROUND1); + Vector(0, screen->h - 50), LEFT_ALLIGN, LAYER_FOREGROUND1); context.draw_text(white_small_text, _( "Copyright (c) 2003 SuperTux Devel Team\n" -"This game comes with ABSOLUTELY NO WARRANTY. This is free software, and you\n" -"are welcome to redistribute it under certain conditions; see the file COPYING\n" -"for details.\n" +"This game comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to\n" +"redistribute it under certain conditions; see the file COPYING for details.\n" ), - Vector(0, screen->h - 70 + white_small_text->get_height()), + Vector(0, screen->h - 50 + white_small_text->get_height() + 5), LEFT_ALLIGN, LAYER_FOREGROUND1); /* Don't draw menu, if quit is true */