File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -64,13 +64,14 @@ procedure TDeleteUserDBDlg.ArrangeForm;
64
64
65
65
procedure TDeleteUserDBDlg.btnOKClick (Sender: TObject);
66
66
resourcestring
67
- sBadPassword = ' Invalid confirmation text entered: not deleting ' ;
67
+ sBadPassword = ' Invalid confirmation text entered' ;
68
68
begin
69
69
inherited ;
70
70
fPermissionGranted := IsValidPassword;
71
71
if not fPermissionGranted then
72
72
begin
73
73
TMessageBox.Error(Self, sBadPassword);
74
+ edConfirm.Text := ' ' ;
74
75
ModalResult := mrNone;
75
76
end ;
76
77
end ;
Original file line number Diff line number Diff line change 34
34
< p >
35
35
< strong class ="warning "> This action cannot be undone: you will loose all your user-defined snippets.</ strong >
36
36
</ p >
37
-
37
+
38
38
< p >
39
- To confirm enter < code > DELETE MY SNIPPETS</ code > (in capital letters) in the box below then click < em > OK</ em > .
39
+ To confirm enter < code > DELETE</ code > < code > MY </ code > < code > SNIPPETS</ code > (in capital letters) in the box below, then click < em > OK</ em > .
40
40
</ p >
41
-
41
+
42
42
< p >
43
43
< strong > There will be no further chances to change your mind.</ strong >
44
44
</ p >
You can’t perform that action at this time.
0 commit comments