From: John Levon Date: Thu, 6 Mar 2003 08:36:14 +0000 (+0000) Subject: periods on tooltips in xforms/. Sorry Rob. X-Git-Tag: 1.6.10~17346 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=01ecde6ab883da2cffd1981d68ef114d7e148cb7;p=features.git periods on tooltips in xforms/. Sorry Rob. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6361 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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); }