summaryrefslogtreecommitdiff
path: root/src/gui/messagedialog.inc
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graemeg@gmail.com>2009-12-30 14:07:05 +0200
committerGraeme Geldenhuys <graemeg@gmail.com>2010-11-11 21:37:55 +0200
commitc0b27422287002c294bdb9598dca628c6a8b6031 (patch)
tree0099cc866df2f6796ae6a6f058e1157a5634b5a5 /src/gui/messagedialog.inc
parente57f96bf588862daf93653a893b963d20e7eeef4 (diff)
downloadfpGUI-c0b27422287002c294bdb9598dca628c6a8b6031.tar.xz
about fpgui dialog: improved the wording.
Diffstat (limited to 'src/gui/messagedialog.inc')
-rw-r--r--src/gui/messagedialog.inc12
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;