changed text on score info page
authorHolger Schemel <info@artsoft.org>
Sun, 6 Mar 2022 23:59:13 +0000 (00:59 +0100)
committerHolger Schemel <info@artsoft.org>
Sun, 6 Mar 2022 23:59:13 +0000 (00:59 +0100)
src/screens.c

index 1c5c279e7a3dc54a3ac7b3c62bb30f2cb07b89df..526f1d5ac3a168f221952868d287c69625521c9d 100644 (file)
@@ -5875,7 +5875,7 @@ static void DrawScoreInfo_Content(int entry_nr)
   int ystart  = mSY - SY + menu.top_spacing[GAME_MODE_SCOREINFO];
   int ybottom = mSY - SY + SYSIZE - menu.bottom_spacing[GAME_MODE_SCOREINFO];
   int xstart1 = mSX - SX + 2 * xstep;
-  int xstart2 = mSX - SX + 14 * xstep;
+  int xstart2 = mSX - SX + 13 * xstep;
   int font_width = getFontWidth(font_text);
   int font_height = getFontHeight(font_text);
   int pad_left = xstart2;
@@ -5901,7 +5901,7 @@ static void DrawScoreInfo_Content(int entry_nr)
                          TRUE, FALSE, FALSE);
   ystart += ystep_line + (lines > 0 ? lines - 1 : 0) * font_height;
 
-  DrawTextF(xstart1, ystart, font_head, "Level Name");
+  DrawTextF(xstart1, ystart, font_head, "Level");
   lines = DrawTextBufferS(xstart2, ystart, level.name, font_text,
                          max_chars_per_line, -1, max_lines_per_text, 0, -1,
                          TRUE, FALSE, FALSE);