]> git.lyx.org Git - lyx.git/commit
remove properly [[context]] strings from translated messages
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 16 Nov 2007 14:31:16 +0000 (14:31 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 16 Nov 2007 14:31:16 +0000 (14:31 +0000)
commit70a25df0ee04e92f3fa2f189a8a489e44924aef8
tree745fa9a7a3c27a407e33ef3d0244c27f80ad1ddd
parent8b1cc5bfef6b3b4eca770d7fdf7bee86b81098c8
remove properly [[context]] strings from translated messages

src/Messages.cpp: general cleanup.
(cleanTranslation): remove [[context]] strings from a docstring. Use
plain string manupulation instead of regular expressions.
(get): use cleanTranslation also on strings that got translated.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21641 a592a061-630c-0410-9148-cb99ea01b6c8
src/Messages.cpp