Files
textmate/Applications/TextMate/about/Registration.md
Allan Odgaard 94b1f9aa6c Add titles to HTML used in about window
With voice over enabled the titles will be read aloud, so it makes sense to set them to something sensible.
2014-03-12 15:50:39 +07:00

336 B

Title: Registration

Registration

<script> var licensees = TextMate.licensees; if(licensees) { document.write("This copy of TextMate is registered to " + licensees + "."); } else { document.write("This copy of TextMate is unregistered. Add license."); } </script>