When in review mode, why is auto-propagation of status for unaltered accepted segments not active?

Today I got a set of 4 files, identical for about 90 %, for review. The LSP wanted me to use track changes.

The problem is, when reviewing the file, and confirming most segments to Translation approved, that status is not propagated to all identical segments further on. Only segments that need a change and are then automatically approved by hitting Ctrl-Enter, have their status (together with the change) propagated.

So I end up with having to re-read and re-approve all unaltered repeated segments - quite a loss of productivity!

Strange enough, when Track changes is switched off (not the default for review) the behaviour is what I would expect - status change for unaltered segments IS propagated

Is there anything in my way of working or in the options settings that could change this behaviour?

Parents Reply
  • I agree it's not ideal and I would also like to see segment status propagating regardless of the status of track changes, but given that that's what we have for now, I think it makes sense to find a way to make it work for us.

    To make it easier to enable/disable track changes, I use an Autohotkey script that maps the Studio shortcut to the left Windows key. This makes it significantly faster to turn track changes on and off as I work, as I just need to press the Windows key. Here's the script, in case you find it helpful:

    #IfWinActive ahk_exe SDLTradosStudio.exe
    Lwin::
    Send ^!{F10}{Esc}
    Return
Children
No Data