1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-29 09:20:38 +00:00

Update ide_methods.bas

Mere naming convention: invalid links --> broken links.
This commit is contained in:
FellippeHeitor 2016-01-06 02:32:58 -02:00
parent 6493409400
commit af4f9f3918

View file

@ -6536,7 +6536,7 @@ DO 'main loop
SELECT CASE WhichHistory$
CASE "SEARCH": PRINT "This cannot be undone. Clear search history?";
CASE "FILES": PRINT " This cannot be undone. Clear recent files?";
CASE "INVALID": PRINT " Remove invalid links from recent files?";
CASE "INVALID": PRINT " Remove broken links from recent files?";
END SELECT
'-------- end of custom display changes --------