mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 02:14:50 +00:00
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:
parent
be45cea55f
commit
e3a53bcc59
@ -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>
|
2003-04-30 Lars Gullik Bjønnes <larsbj@gullik.net>
|
||||||
|
|
||||||
* insettext.C (setFont): do not convert iterator -> pointer
|
* insettext.C (setFont): do not convert iterator -> pointer
|
||||||
|
@ -437,7 +437,7 @@ void InsetTabular::update(BufferView * bv, bool reinit)
|
|||||||
|
|
||||||
string const InsetTabular::editMessage() const
|
string const InsetTabular::editMessage() const
|
||||||
{
|
{
|
||||||
return _("Opened Tabular Inset");
|
return _("Opened table");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user