mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
cosmetic fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7382 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
0fb57d28ad
commit
cf1307fcea
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user