mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
* 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:
parent
8b0b3f2909
commit
a501ea2ace
@ -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());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user