]> git.lyx.org Git - features.git/commitdiff
periods on tooltips in xforms/. Sorry Rob.
authorJohn Levon <levon@movementarian.org>
Thu, 6 Mar 2003 08:36:14 +0000 (08:36 +0000)
committerJohn Levon <levon@movementarian.org>
Thu, 6 Mar 2003 08:36:14 +0000 (08:36 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6361 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/xforms/FormTabularCreate.C

index 3f9ae05ed17dbe5969cb3d017322b41f9b162c2d..025ca501fde8418ea38a3a3aa15b4801ae934522 100644 (file)
@@ -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);
 }