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;
6464
6565procedure TDeleteUserDBDlg.btnOKClick (Sender: TObject);
6666resourcestring
67- sBadPassword = ' Invalid confirmation text entered: not deleting ' ;
67+ sBadPassword = ' Invalid confirmation text entered' ;
6868begin
6969 inherited ;
7070 fPermissionGranted := IsValidPassword;
7171 if not fPermissionGranted then
7272 begin
7373 TMessageBox.Error(Self, sBadPassword);
74+ edConfirm.Text := ' ' ;
7475 ModalResult := mrNone;
7576 end ;
7677end ;
Original file line number Diff line number Diff line change 3434 < p >
3535 < strong class ="warning "> This action cannot be undone: you will loose all your user-defined snippets.</ strong >
3636 </ p >
37-
37+
3838 < 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 > .
4040 </ p >
41-
41+
4242 < p >
4343 < strong > There will be no further chances to change your mind.</ strong >
4444 </ p >
You can’t perform that action at this time.
0 commit comments