From: John Levon Date: Wed, 30 Apr 2003 02:03:35 +0000 (+0000) Subject: fix edit message for tabular X-Git-Tag: 1.6.10~16891 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=e3a53bcc594268a501b5ebb9a942c46e086ac621;p=features.git fix edit message for tabular git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6891 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/insets/ChangeLog b/src/insets/ChangeLog index aee2470df2..f350f1ed30 100644 --- a/src/insets/ChangeLog +++ b/src/insets/ChangeLog @@ -1,3 +1,7 @@ +2003-04-30 John Levon + + * insettabular.C: fix edit message + 2003-04-30 Lars Gullik Bjønnes * insettext.C (setFont): do not convert iterator -> pointer diff --git a/src/insets/insettabular.C b/src/insets/insettabular.C index 7ed8114005..f0289be73b 100644 --- a/src/insets/insettabular.C +++ b/src/insets/insettabular.C @@ -437,7 +437,7 @@ void InsetTabular::update(BufferView * bv, bool reinit) string const InsetTabular::editMessage() const { - return _("Opened Tabular Inset"); + return _("Opened table"); }