summaryrefslogtreecommitdiff
path: root/examples/gui/filedialog/filedialog.lpr
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gui/filedialog/filedialog.lpr')
-rw-r--r--examples/gui/filedialog/filedialog.lpr2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/gui/filedialog/filedialog.lpr b/examples/gui/filedialog/filedialog.lpr
index 04de97b5..28d0ca26 100644
--- a/examples/gui/filedialog/filedialog.lpr
+++ b/examples/gui/filedialog/filedialog.lpr
@@ -77,7 +77,7 @@ end;
procedure TMainForm.btnMessageBoxClick(Sender: TObject);
begin
- ShowMessage('This is some pretty cool shit');
+ ShowMessage('This is some pretty cool stuff');
end;
procedure TMainForm.btnMessageDlgClick(Sender: TObject);