cosmetic fix

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7382 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2003-07-27 12:36:52 +00:00
parent 0fb57d28ad
commit cf1307fcea
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-07-27 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* insetfloat.C (wide): add a space to label, for consistency
2003-07-27 Lars Gullik Bjønnes <larsbj@gullik.net>
* insettext.C (nextChange): adjust for lyx::find

View File

@ -390,7 +390,7 @@ void InsetFloat::wide(bool w, BufferParams const & bp)
{
params_.wide = w;
string lab(_("float:"));
string lab(_("float: "));
lab += floatname(params_.type, bp);
if (params_.wide)