Skip to content

Commit cda31e8

Browse files
committed
Update NebEdit.bas
Enforce consistency
1 parent fb6c07f commit cda31e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NebEdit.bas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ do
266266
save_campaign(.LevelNum)
267267
elseif InType = chr(16) AND CampaignFolder <> "" then
268268
if BrickCount = 0 then
269-
Instructions = "No bricks detected. Sequence aborted."
269+
Instructions = "No blocks detected. Sequence aborted."
270270
InstructExpire = timer + 5
271271
else
272272
if LevelUnsaved then

0 commit comments

Comments
 (0)