* src/text.C: replace "[C]" by the more meaningful "[Change tracking]" and support localization

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16617 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Michael Schmitt 2007-01-08 22:38:49 +00:00
parent 8b0b3f2909
commit a501ea2ace

View File

@ -1562,7 +1562,7 @@ docstring LyXText::currentState(LCursor & cur)
odocstringstream os;
if (buf.params().trackChanges)
os << "[C] ";
os << _("[Change Tracking] ");
Change change = par.lookupChange(cur.pos());