From b63f65aef31000670963e6d143a2e67339a3e447 Mon Sep 17 00:00:00 2001 From: tpart Date: Fri, 23 Aug 2024 16:33:56 +0200 Subject: Modify credits file to avoid translation of unnecessary strings --- client/menu/credits.gd | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'client/menu') diff --git a/client/menu/credits.gd b/client/menu/credits.gd index c82fbc60..0eccaae2 100644 --- a/client/menu/credits.gd +++ b/client/menu/credits.gd @@ -55,17 +55,14 @@ func _ready(): ] for section in credits: - text += "[b]%s[/b]\n\n" % section[0] - text += "[table=3]" + text += "[b]%s[/b]\n\n[table=3]" % section[0] for entry in section[1]: text += "[cell][right]%s[/right][/cell]" % entry[0] text += "[cell][left]%s[/left][/cell]" % entry[1] text += "[cell][left]%s[/left][/cell]" % entry[2] text += "[/table]\n\n\n" - text += "\n[b]%s[/b]\n\n\n" % tr("Thank You For Playing") - - text += "[/center]" + text += "\n[b]%s[/b]\n\n\n[/center]" % tr("Thank You For Playing") label.text = text -- cgit v1.2.3-70-g09d2