fix edit message for tabular

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6891 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2003-04-30 02:03:35 +00:00
parent be45cea55f
commit e3a53bcc59
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-04-30 John Levon <levon@movementarian.org>
* insettabular.C: fix edit message
2003-04-30 Lars Gullik Bjønnes <larsbj@gullik.net>
* insettext.C (setFont): do not convert iterator -> pointer

View File

@ -437,7 +437,7 @@ void InsetTabular::update(BufferView * bv, bool reinit)
string const InsetTabular::editMessage() const
{
return _("Opened Tabular Inset");
return _("Opened table");
}