summaryrefslogtreecommitdiff
path: root/uidesigner/vfd_constants.pas
diff options
context:
space:
mode:
Diffstat (limited to 'uidesigner/vfd_constants.pas')
-rw-r--r--uidesigner/vfd_constants.pas5
1 files changed, 3 insertions, 2 deletions
diff --git a/uidesigner/vfd_constants.pas b/uidesigner/vfd_constants.pas
index 7b49f7f5..25fe3ee3 100644
--- a/uidesigner/vfd_constants.pas
+++ b/uidesigner/vfd_constants.pas
@@ -14,8 +14,8 @@
Description:
This unit contains all the language resource strings used by the
UI Designer project. Thus making it possible to translate the UI Designer
- to other languages.
- }
+ to other languages. It also contains all project constants.
+}
unit vfd_constants;
@@ -41,6 +41,7 @@ resourcestring
rsVersion = 'Version: %s';
rsWrittenBy = 'Written by %s';
rsCompiledOn = 'Compiled on: %s';
+ rsNewUnnamedForm = 'new';
rsDlgProductInfo = 'Product Information...';