]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Shorter text, those buttons are quite small
authorMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Sat, 29 Oct 2011 21:02:33 +0000 (00:02 +0300)
committerMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Sat, 29 Oct 2011 21:02:33 +0000 (00:02 +0300)
qcsrc/menu/xonotic/dialog_sandboxtools.c

index cd49361b5c0faa6e545b8abfda4aab150b9a9505..692e07e21f7f0a3f0809976ab4ba8f46c43cd63b 100644 (file)
@@ -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 *:")));