diff trunk/src/lang_en.d @ 432:3ead178e0662

Added message MID.InvalidUnicodeEscapeSequence.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Thu, 04 Oct 2007 16:50:59 +0200
parents e2bbc6406a14
children c1d5cfd7aa44
line wrap: on
line diff
--- a/trunk/src/lang_en.d	Thu Oct 04 09:55:07 2007 +0200
+++ b/trunk/src/lang_en.d	Thu Oct 04 16:50:59 2007 +0200
@@ -33,10 +33,11 @@
   "unterminated back quote string.",
   // \x \u \U
   "found undefined escape sequence '{0}'.",
+  "found invalid Unicode escape sequence '{0}'.",
   "insufficient number of hex digits in escape sequence.",
   // \&[a-zA-Z][a-zA-Z0-9]+;
   "undefined HTML entity '{0}'",
-  "unterminated HTML entity.",
+  "unterminated HTML entity '{0}'.",
   "HTML entities must begin with a letter.",
   // integer overflows
   "decimal number overflows sign bit.",