Michael Schmitt's type correction.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@9565 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2005-02-01 22:41:28 +00:00
parent 02e3886fa1
commit 44cbcdb6aa
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-01-31 Michael Schmitt <michael.schmitt-anKbl+W3y9xg9hUCZPvPmw@public.gmane.org>
* lyxrc.C: text message fixed
2005-01-20 Angus Leeming <leeming@lyx.org>
* lyxfont.C (setLyXFamily, setLyXSeries, setLyXShape, setLyXSize)

View File

@ -2178,7 +2178,7 @@ string const LyXRC::getDescription(LyXRCTags tag)
break;
case RC_PATH_PREFIX:
str = _("Specify those directories which should be"
str = _("Specify those directories which should be "
"prepended to the PATH environment variable. "
"Use the OS native format.");
break;