From 1e272befc0f50c5a2e39e4271f0fec89e3ded0f2 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Thu, 9 Jul 2020 07:38:03 +0200 Subject: [PATCH] dilaog typo --- src/u_main.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/u_main.pas b/src/u_main.pas index f5f3b09d..afaf110b 100644 --- a/src/u_main.pas +++ b/src/u_main.pas @@ -3896,7 +3896,7 @@ begin newNativeProj else begin - dlgOkError('Unknown project extesion : ' + ext); + dlgOkError('Unknown project extension : ' + ext); exit; end;