]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormBox.C
Change the semantics of 'none' and 'auto' viewers/editors: 'none' means now
[lyx.git] / src / frontends / xforms / FormBox.C
index 59fc25cf7134e5b90972e177b1daa0747621b254..e9ef91b0e9949d07176a861da3aae79447cc0c81 100644 (file)
@@ -44,7 +44,7 @@ namespace frontend {
 typedef FormController<ControlBox, FormView<FD_box> > base_class;
 
 FormBox::FormBox(Dialog & parent)
-       : base_class(parent, _("Box"))
+       : base_class(parent, _("Box Settings"))
 {}
 
 
@@ -59,17 +59,17 @@ void FormBox::build()
        }
 
        string str = _("Frameless: No border\n"
-                      "Boxed: Rectangular\n"
-                      "ovalbox: Oval, thin border\n"
-                      "Ovalbox: Oval, thick border\n"
-                      "Shadowbox: Box casting shadow\n"
-                      "Doublebox: Double line border");
+                      "Boxed: Rectangular\n"
+                      "ovalbox: Oval, thin border\n"
+                      "Ovalbox: Oval, thick border\n"
+                      "Shadowbox: Box casting shadow\n"
+                      "Doublebox: Double line border");
        tooltips().init(dialog_->choice_type, str);
 
        bcview().addReadOnly(dialog_->check_inner_box);
 
        str = _("The inner box may be a parbox or a minipage,\n"
-               "with appropriate arguments from this dialog.");
+               "with appropriate arguments from this dialog.");
        tooltips().init(dialog_->check_inner_box, str);
 
        bcview().addReadOnly(dialog_->radio_parbox);