Skip to content

Commit

Permalink
Reworded a message.
Browse files Browse the repository at this point in the history
  • Loading branch information
thedarkb committed Aug 1, 2018
1 parent 4e40e2c commit 54a9952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit1.pas
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ procedure TForm1.FormCreate(Sender: TObject);
user := fpgeteuid;
if not (user=0) then
begin
messagereturn := Application.MessageBox('ERROR: Not root!', 'Fatal Error');
messagereturn := Application.MessageBox('ERROR: Must be run as root!', 'Fatal Error');
halt;
end;
{check current sensitivity}
Expand Down

0 comments on commit 54a9952

Please sign in to comment.