Re: [fpc-pascal] Resourcestring and multi-line text

2012-08-17 Thread Mark Morgan Lloyd
Marco van de Voort wrote: In our previous episode, Mark Morgan Lloyd said: When putting text into a resourcestring, for example for i18n, what is best practice for multiline blocks? I'm thinking of, for example, explanatory text that goes on a page in a wizard-style set of dialogues, or a des

Re: [fpc-pascal] Resourcestring and multi-line text

2012-08-17 Thread Marco van de Voort
In our previous episode, Mark Morgan Lloyd said: > When putting text into a resourcestring, for example for i18n, what is > best practice for multiline blocks? > > I'm thinking of, for example, explanatory text that goes on a page in a > wizard-style set of dialogues, or a description that appea

[fpc-pascal] Resourcestring and multi-line text

2012-08-17 Thread Mark Morgan Lloyd
When putting text into a resourcestring, for example for i18n, what is best practice for multiline blocks? I'm thinking of, for example, explanatory text that goes on a page in a wizard-style set of dialogues, or a description that appears in a pane when a tree node is clicked. -- Mark Morga