(Adrien): two forgotten _().

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3956 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2002-04-09 10:02:10 +00:00
parent 02e3dfb299
commit 4311a01b2c
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2002-04-08 Adrien Rebollo <adrien.rebollo@gmx.fr>
* ControlAboutlyx.C (getVersion): two _() forgotten
2002-04-08 John Levon <moz@compsoc.man.ac.uk>
* ControlGraphics.C:

View File

@ -84,10 +84,10 @@ string const ControlAboutlyx::getVersion() const
ss << _("LyX Version ")
<< lyx_version
<< " of "
<< _(" of ")
<< lyx_release_date
<< "\n"
<< ("Library directory: ")
<< _("Library directory: ")
<< MakeDisplayPath(system_lyxdir)
<< "\n"
<< _("User directory: ")