summaryrefslogtreecommitdiff
path: root/prototypes/fpgui2
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2007-08-12 17:34:42 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2007-08-12 17:34:42 +0000
commit9e1647d2eacc4c76aaa5ac194702d9d397b4354a (patch)
tree424157efa14f586c7fa19f71d34028f49b8d5a6b /prototypes/fpgui2
parent68c345d04c323d1e98b83236c465c63a916260cd (diff)
downloadfpGUI-9e1647d2eacc4c76aaa5ac194702d9d397b4354a.tar.xz
* Extended the sample text string used in the Font Select dialog.
Diffstat (limited to 'prototypes/fpgui2')
-rw-r--r--prototypes/fpgui2/tests/edittest.dpr4
1 files changed, 2 insertions, 2 deletions
diff --git a/prototypes/fpgui2/tests/edittest.dpr b/prototypes/fpgui2/tests/edittest.dpr
index cde57c73..6ce6d4d9 100644
--- a/prototypes/fpgui2/tests/edittest.dpr
+++ b/prototypes/fpgui2/tests/edittest.dpr
@@ -316,8 +316,8 @@ begin
ShowMessage('Do you really want to quit this application?' + #10 +
'We can always keep playing and quite at a later date.' +
#10#10 +
- 'This is a very long line that has to must be split automatically ' +
- 'and it should have done so. If not there is a bug in the code. It ' +
+ 'This is a very long line that must be split automatically, ' +
+ 'and it should have done so. If not, there is a bug in the code. It ' +
'has also been optimized to wordwrap and not split words in half.'
, 'My cool message title');
end;