From: Mircea Kitsune Date: Sat, 29 Oct 2011 21:02:33 +0000 (+0300) Subject: Shorter text, those buttons are quite small X-Git-Tag: xonotic-v0.6.0~35^2~18^2~34 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=f8a0c3e7943dc7947dfddfc2f2dfa36d16b5e402;p=xonotic%2Fxonotic-data.pk3dir.git Shorter text, those buttons are quite small --- diff --git a/qcsrc/menu/xonotic/dialog_sandboxtools.c b/qcsrc/menu/xonotic/dialog_sandboxtools.c index cd49361b5..692e07e21 100644 --- a/qcsrc/menu/xonotic/dialog_sandboxtools.c +++ b/qcsrc/menu/xonotic/dialog_sandboxtools.c @@ -36,7 +36,7 @@ void XonoticSandboxToolsDialog_fill(entity me) me.TD(me, 1, 0.5, makeXonoticCommandButton(_("Attach to *"), '0 0 0', "sandbox object_attach set \"$menu_sandbox_attach_bone\"", 0)); me.TDempty(me, 0.1); me.TD(me, 1, 0.5, makeXonoticCommandButton(_("Detach from *"), '0 0 0', "sandbox object_attach remove", 0)); - me.TD(me, 1, 0.5, makeXonoticCommandButton(_("Show * mesh info"), '0 0 0', "sandbox object_info mesh; toggleconsole", 0)); + me.TD(me, 1, 0.5, makeXonoticCommandButton(_("* mesh info"), '0 0 0', "sandbox object_info mesh; toggleconsole", 0)); me.TR(me); me.TR(me); me.TD(me, 1, 1.5, e = makeXonoticTextLabel(0, _("Visual object properties for *:")));