From: Rudolf Polzer Date: Thu, 28 Apr 2011 15:13:05 +0000 (+0200) Subject: show it properly in the menu again X-Git-Tag: xonotic-v0.5.0~264^2~11 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=e76df912ece340014e478f1a8e1ae532c06c0a33;p=xonotic%2Fxonotic-data.pk3dir.git show it properly in the menu again --- diff --git a/qcsrc/menu/xonotic/util.qc b/qcsrc/menu/xonotic/util.qc index 1d21ba491..4a9255a47 100644 --- a/qcsrc/menu/xonotic/util.qc +++ b/qcsrc/menu/xonotic/util.qc @@ -364,7 +364,7 @@ void postMenuDraw() if(autocvar_menu_watermark != "") { vector fs = '48 48 0'; - draw_CenterText('0.5 0.1 0', autocvar_menu_watermark, globalToBoxSize('32 32 0', draw_scale), '1 1 1', 0.05, 1); + draw_CenterText('0.5 0.1 0', sprintf(_("^1%s TEST BUILD"), autocvar_menu_watermark), globalToBoxSize('32 32 0', draw_scale), '1 1 1', 0.05, 1); } } void preMenuDraw()