diff --git a/src/frontends/xforms/FormTabularCreate.C b/src/frontends/xforms/FormTabularCreate.C index 3f9ae05ed1..025ca501fd 100644 --- a/src/frontends/xforms/FormTabularCreate.C +++ b/src/frontends/xforms/FormTabularCreate.C @@ -41,9 +41,9 @@ void FormTabularCreate::build() bc().setCancel(dialog_->button_close); // set up the tooltips - string str = _("Number of columns in the tabular"); + string str = _("Number of columns in the tabular."); tooltips().init(dialog_->slider_columns, str); - str = _("Number of rows in the tabular"); + str = _("Number of rows in the tabular."); tooltips().init(dialog_->slider_rows, str); }