From 01ecde6ab883da2cffd1981d68ef114d7e148cb7 Mon Sep 17 00:00:00 2001 From: John Levon Date: Thu, 6 Mar 2003 08:36:14 +0000 Subject: [PATCH] periods on tooltips in xforms/. Sorry Rob. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6361 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/xforms/FormTabularCreate.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); } -- 2.39.5