Skip to content

Commit

Permalink
Better wording for a error message
Browse files Browse the repository at this point in the history
  • Loading branch information
himselfv committed Feb 1, 2017
1 parent b3d7f36 commit c3e3ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jet.dpr
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ end;

procedure Redefined(term: string; old, new: UniString);
begin
raise EUsage.Create(term+' already defined: '+old+'. Cannot redefine to "'+new+'".');
raise EUsage.Create(term+' already specified: '+old+'. Cannot process command "'+new+'".');
end;

function IsConsoleHandle(stdHandle: cardinal): boolean; forward;
Expand Down

0 comments on commit c3e3ee6

Please sign in to comment.