diff options
author | Graeme Geldenhuys <graemeg@gmail.com> | 2009-12-30 14:07:05 +0200 |
---|---|---|
committer | Graeme Geldenhuys <graemeg@gmail.com> | 2010-11-11 21:37:55 +0200 |
commit | c0b27422287002c294bdb9598dca628c6a8b6031 (patch) | |
tree | 0099cc866df2f6796ae6a6f058e1157a5634b5a5 /src/gui | |
parent | e57f96bf588862daf93653a893b963d20e7eeef4 (diff) | |
download | fpGUI-c0b27422287002c294bdb9598dca628c6a8b6031.tar.xz |
about fpgui dialog: improved the wording.
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/messagedialog.inc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/gui/messagedialog.inc b/src/gui/messagedialog.inc index 10ffd515..566bbb9a 100644 --- a/src/gui/messagedialog.inc +++ b/src/gui/messagedialog.inc @@ -385,13 +385,13 @@ begin dlg.InformativeText := LineEnding + LineEnding + 'This program uses ' + fpGUIName + ' version ' + fpGUI_Version + '.' + LineEnding + LineEnding - + fpGUIName + ' is intended for Open Source and Commercial applications. fpGUI' - + ' uses the LGPL 2 license with a static linking exception - the same as the Free' - + ' Pascal Compiler''s RTL.' + + fpGUIName + ' is intended for Open Source and Commercial applications. fpGUI ' + + 'uses the LGPL 2 license with a static linking exception - the same as the Free ' + + 'Pascal Compiler''s RTL.' + LineEnding + LineEnding - + 'fpGUI is a Object Pascal toolkit for cross-platform application development.' - + ' It provides single-source portability across Linux, MS Windows, *BSD' - + ' and embedded devices like Embedded Linux and Windows CE.' + + 'fpGUI is an Object Pascal toolkit for cross-platform application development. ' + + 'It provides single-source portability across Linux, MS Windows, *BSD ' + + 'and embedded operating systems like Embedded Linux and Windows CE.' + LineEnding + LineEnding + 'For more information, see the ' + fpGUIName + ' website at: ' + fpGUIWebsite; |