firstly get the start of each resgroup to look like this
quote:
<!-- ResGroup for 8.5 funny true-->
<ResGroup>
<Restrictions>
<MsgVersions>
<Version Major="8" Minor="5"/>
</MsgVersions>
<SkinOptions>
<OptionSet>
<BoolVal Name="Funny">true</BoolVal>
</OptionSet>
</SkinOptions>
</Restrictions>
<Resources>
using the relevant version numbers etc. after doing this in your true resgroups go to just under the <Replace> tag and put your strings tags in as shown in the example shown below.
quote:
</New>
<Replace>
<Strings>
<String id="708">You cannot send a nudge to your contact because they're using a version of Messenger that does not support this feature.
</string>
</strings>
<Windows>
Definitions>
then repeat the
quote:
<String id="708">You cannot send a nudge to your contact because they're using a version of Messenger that does not support this feature.
</string>
tags for each string you wish to add, if you have any problems let me know, i have added you to messenger and am happy to help if you get stuck.