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.pas8
1 files changed, 6 insertions, 2 deletions
diff --git a/uidesigner/vfd_constants.pas b/uidesigner/vfd_constants.pas
index b39cfda0..eb32e308 100644
--- a/uidesigner/vfd_constants.pas
+++ b/uidesigner/vfd_constants.pas
@@ -44,8 +44,12 @@ resourcestring
rsCompiledOn = 'Compiled on: %s';
rsNewUnnamedForm = 'new';
- rsDlgProductInfo = 'Product Information...';
- rsDlgSetup = 'General Settings...';
+ rsDlgProductInfo = 'Product Information';
+ rsDlgSetup = 'General Settings';
+ rsDlgInsertCustomWidget = 'Insert Custom Widget';
+ rsDlgNewForm = 'New Form';
+ rsDlgEditFormPosition = 'Form Position';
+ rsDlgWidgetOrder = 'Widget Order';
rsErrUnitNotFound = 'The unit <%s> was not found.';
rsErrLoadingForm = 'Error loading form';