]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
fix message
authorSamual <samual@xonotic.org>
Fri, 13 Jan 2012 19:17:19 +0000 (14:17 -0500)
committerSamual <samual@xonotic.org>
Fri, 13 Jan 2012 19:17:19 +0000 (14:17 -0500)
qcsrc/menu/xonotic/dialog_firstrun.c

index dc917d84a11cfa88f9a57dd72d1d40d448aa149a..47cbd15bb124b390799b1fc6027fb589964155a2 100644 (file)
@@ -73,7 +73,7 @@ void XonoticFirstRunDialog_fill(entity me)
        
        me.gotoRC(me, me.rows - 3, 0);
        me.TDempty(me, 1.5);
-       me.TD(me, 1, 1, e = makeXonoticRadioButton(1, "cl_allow_uid2name", "1", _("Sure")));
+       me.TD(me, 1, 1, e = makeXonoticRadioButton(1, "cl_allow_uid2name", "1", _("Yes")));
        me.TD(me, 1, 1, e = makeXonoticRadioButton(1, "cl_allow_uid2name", "0", _("No")));
        me.TD(me, 1, 1, e = makeXonoticRadioButton(1, "cl_allow_uid2name", "-1", _("Undecided")));