We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53a7399 commit 0a7bb6bCopy full SHA for 0a7bb6b
v2_x/fMain.fmx
@@ -21,6 +21,19 @@ object frmMain: TfrmMain
21
Images = DMAboutBoxImage.ImageList1
22
ImageIndex = 0
23
URL = 'https://delphi-books.com'
24
+ Description.Strings = (
25
+
26
+ 'This program is the database content manager for Delphi-Books.co' +
27
+ 'm website.'
28
+ ''
29
30
+ 'You can use it to create and edit authors, publishers, books and' +
31
+ ' web pages.'
32
33
34
+ 'For real datas in Delphi Books project, you must fork the reposi' +
35
+ 'tory at https://github.com/DeveloppeurPascal/DelphiBooks-WebSite' +
36
+ ', do your changes and create a PULL REQUEST.')
37
Licence.Strings = (
38
39
'This software is supplied as is, with or without bugs. No warran' +
0 commit comments