Bug 698866 - Typo in errNonSpaceInTable message. r=hsivonen.

This commit is contained in:
Ricardo Palomares 2011-11-02 15:14:39 +02:00
Родитель 2c7a2e1bea
Коммит 42ffb8f0ef
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -143,10 +143,10 @@ errNoElementToCloseButEndTagSeen=No \u201C%1$S\u201D element in scope but a \u20
errHtmlStartTagInForeignContext=HTML start tag \u201C%1$S\u201D in a foreign namespace context.
errTableClosedWhileCaptionOpen=\u201Ctable\u201D closed but \u201Ccaption\u201D was still open.
errNoTableRowToClose=No table row to close.
errNonSpaceInTable=Misplaced non-space characters insided a table.
errNonSpaceInTable=Misplaced non-space characters inside a table.
errUnclosedChildrenInRuby=Unclosed children in \u201Cruby\u201D.
errStartTagSeenWithoutRuby=Start tag \u201C%1$S\u201D seen without a \u201Cruby\u201D element being open.
errSelfClosing=Self-closing syntax (\u201C/>\u201D) used on a non-void HTML element. Ignoring the slash and treating as a start tag.
errNoCheckUnclosedElementsOnStack=Unclosed elements on stack.
errEndTagDidNotMatchCurrentOpenElement=End tag \u201C%1$S\u201D did not match the name of the current open element (\u201C%2$S\u201D).
errEndTagViolatesNestingRules=End tag \u201C%1$S\u201D violates nesting rules.
errEndTagViolatesNestingRules=End tag \u201C%1$S\u201D violates nesting rules.