Skip to content

Commit

Permalink
chore(developer): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdurdin committed Nov 7, 2023
1 parent a312f73 commit 96e78c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function TryUpgradeProject(Project: TProject): TUpgradeResult;
Exit;
end;

case MessageDlg('The current project can be upgraded to Keyman Developer 17.0 format. Do you wish to upgrade it (recommended)?'#13#10#13#10
case MessageDlg('The current project can be upgraded to Keyman Developer 17.0 format. Do you wish to upgrade it (recommended)?'#13#10#13#10+
'Note: upgraded projects will not be readable by older versions of Keyman Developer.',
mtConfirmation, mbYesNoCancel, 0) of
mrNo: Exit;
Expand Down

0 comments on commit 96e78c6

Please sign in to comment.