From bc2f61cedeb844cdc2d63e7d3825457233e3e7d5 Mon Sep 17 00:00:00 2001 From: Maurice Gottlieb Date: Sat, 23 Jun 2012 02:35:32 +0300 Subject: [PATCH] Docs: Change "label" to "legend" used as a radio label (radiobuttons/index.html) --- docs/forms/radiobuttons/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/forms/radiobuttons/index.html b/docs/forms/radiobuttons/index.html index ad9234decc0..50445f94c28 100644 --- a/docs/forms/radiobuttons/index.html +++ b/docs/forms/radiobuttons/index.html @@ -65,7 +65,7 @@

Vertically grouped radio buttons

-

This will produce a vertically grouped radio button set. The default styles set the width of the button group to 100% of the parent container and stacks the label on a separate line.

+

This will produce a vertically grouped radio button set. The default styles set the width of the button group to 100% of the parent container and stacks the legend on a separate line.