From 5a1e6acd6d83ed137c6d7a6646b26fa6e8bec338 Mon Sep 17 00:00:00 2001 From: Mircea Kitsune Date: Thu, 27 Oct 2011 17:39:30 +0300 Subject: [PATCH] Make the attachment functions in the menu a bit more clear --- qcsrc/menu/xonotic/dialog_sandboxtools.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qcsrc/menu/xonotic/dialog_sandboxtools.c b/qcsrc/menu/xonotic/dialog_sandboxtools.c index 6a30b70f0..133b5e8f0 100644 --- a/qcsrc/menu/xonotic/dialog_sandboxtools.c +++ b/qcsrc/menu/xonotic/dialog_sandboxtools.c @@ -32,10 +32,10 @@ void XonoticSandboxToolsDialog_fill(entity me) box.forbiddenCharacters = "\r\n\\\"$"; // don't care, isn't getting saved box.maxLength = -127; // negative means encoded length in bytes box.saveImmediately = 1; - me.TD(me, 1, 0.5, makeXonoticCommandButton(_("Select"), '0 0 0', "sandbox attach_object get", 0)); + me.TD(me, 1, 0.5, makeXonoticCommandButton(_("Set child"), '0 0 0', "sandbox attach_object get", 0)); me.TD(me, 1, 0.5, makeXonoticCommandButton(_("Attach"), '0 0 0', "sandbox attach_object set $menu_sandbox_edit_skin", 0)); me.TDempty(me, 0.1); - me.TD(me, 1, 0.5, makeXonoticCommandButton(_("Remove"), '0 0 0', "sandbox attach_object remove", 0)); + me.TD(me, 1, 0.5, makeXonoticCommandButton(_("Detach all"), '0 0 0', "sandbox attach_object remove", 0)); me.TR(me); me.TR(me); me.TD(me, 1, 2, e = makeXonoticTextLabel(0, _("Visual object properties:"))); -- 2.39.2