|
|
|
Famous Writer
      
Group: Customers
Last Login: 2 days ago @ 10:04:41 AM
GenoPro Version: 2.0.1.6
Posts: 429,
Visits: 1,142
|
|
To Ron: I was playing with multiple birth and added a comment. I then noticed the Notes Title was saying, in an FR Rep: 'Jumeaux Notes'. The correct Title should have been something like 'Notes sur les jumeaux'. I checked the code and modified as follows:1) I added in my FR Dic: <AnnotationTwins T="Notes sur les {0}"/> which I changed, in the EN Dic, to: <AnnotationTwins T="{\U}{0} Notes"/> and 2) I changed line 778 of Lang.vbs (sub WriteNarrativeTwin()) from: WriteHtmlAnnotation oTwinLink, Util.StrFirstCharUcase(Dic.PlurialCardinal("Twins", oTwins.Count)) & " " & Util.StrFirstCharUcase(Dic("Notes")),oTwinLink.Comment to: WriteHtmlAnnotation oTwinLink, Dic.FormatPhrase("AnnotationTwins", Dic.PlurialCardinal("Twins", oTwins.Count)), oTwinLink.Comment I also changed the EN Custo Skin and both seem OK. Please check if I used the best available code and if I didn't miss another modif loc. Thank you Ron, JC
|
|
|
|
|
Grand Master
      
Group: Customers
Last Login: Today @ 1:31:32 PM
GenoPro Version: 2.0.1.5
Posts: 1,069,
Visits: 4,885
|
|
|
|
|