To display any changes made to string IDs, add the following code to the
CommonSettings.xml file available under
AppData\Roaming\SDL\Passolo 2018\AddIn\Microsoft .NET Parser\
<Parse>
<Option name="ShowStringIDChanges" value="yes" />
</Parse>
To revert to the previous behaviour, add the following code to the same file:
<Parse>
<Option name="DisableStringIDFix" value="yes" />
</Parse>