From 4123c655bc0cdc48e536e256637b8b89d7fa839b Mon Sep 17 00:00:00 2001 From: canni2007 Date: Wed, 21 Nov 2007 14:28:31 +0000 Subject: Fixed a little typo when there is more than one instance of ultrastar deluxe git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1@621 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/UltraStar.dpr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Game') diff --git a/Game/Code/UltraStar.dpr b/Game/Code/UltraStar.dpr index af56d4b0..fe8b5a9d 100644 --- a/Game/Code/UltraStar.dpr +++ b/Game/Code/UltraStar.dpr @@ -156,7 +156,7 @@ begin //Programm already started if (hWnd <> 0) then begin - I := Messagebox(0, PChar('Another Instance of Ultrastar is already running. Contėnue ?'), PChar(WndTitle), MB_ICONWARNING or MB_YESNO); + I := Messagebox(0, PChar('Another Instance of Ultrastar is already running. Continue ?'), PChar(WndTitle), MB_ICONWARNING or MB_YESNO); if (I = IDYes) then begin I := 1; -- cgit v1.2.3