diff options
author | David Boddie <david.boddie@nokia.com> | 2010-11-29 18:59:45 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2010-11-29 18:59:45 (GMT) |
commit | 7072882e6873782f258fa3f7d2acee801226d8c0 (patch) | |
tree | 838ddcf7803bbdbc7d1ab868c0a062a91550f3d5 /tools/qdoc3 | |
parent | 04e6c74420ba808a3bd9ae502ff12c60cc6b58f8 (diff) | |
download | Qt-7072882e6873782f258fa3f7d2acee801226d8c0.zip Qt-7072882e6873782f258fa3f7d2acee801226d8c0.tar.gz Qt-7072882e6873782f258fa3f7d2acee801226d8c0.tar.bz2 |
Fixed grammar.
Diffstat (limited to 'tools/qdoc3')
-rw-r--r-- | tools/qdoc3/test/qt-html-templates-online.qdocconf | 2 | ||||
-rw-r--r-- | tools/qdoc3/test/qt-html-templates.qdocconf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/qdoc3/test/qt-html-templates-online.qdocconf b/tools/qdoc3/test/qt-html-templates-online.qdocconf index 7ed8c90..1d55cee 100644 --- a/tools/qdoc3/test/qt-html-templates-online.qdocconf +++ b/tools/qdoc3/test/qt-html-templates-online.qdocconf @@ -126,7 +126,7 @@ HTML.postheader = \ " <div class=\"breadcrumb toolblock\">\n" \ " <ul>\n" \ " <li class=\"first\"><a href=\"index.html\">Home</a></li>\n" \ - " <!-- Bread crumbs goes here -->\n" + " <!-- Breadcrumbs go here -->\n" HTML.postpostheader = \ " </ul>\n" \ diff --git a/tools/qdoc3/test/qt-html-templates.qdocconf b/tools/qdoc3/test/qt-html-templates.qdocconf index bbd1b21..67ce95a 100644 --- a/tools/qdoc3/test/qt-html-templates.qdocconf +++ b/tools/qdoc3/test/qt-html-templates.qdocconf @@ -13,7 +13,7 @@ HTML.postheader = \ " <div class=\"breadcrumb toolblock\">\n" \ " <ul>\n" \ " <li class=\"first\"><a href=\"index.html\">Home</a></li>\n" \ - " <!-- Bread crumbs goes here -->\n" + " <!-- Breadcrumbs go here -->\n" HTML.postpostheader = \ " </ul>\n" \ |