mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
(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:
parent
02e3dfb299
commit
4311a01b2c
@ -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:
|
||||
|
@ -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: ")
|
||||
|
Loading…
Reference in New Issue
Block a user