diff options
author | Martin Smith <martin.smith@nokia.com> | 2010-11-11 08:51:57 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2010-11-11 08:51:57 (GMT) |
commit | 6315183497eee1867c7ed899c6ea22fb66a4cfed (patch) | |
tree | 3d57e0e79c8c0a0932ec18c97fa5851a00eecd98 /tools/linguist | |
parent | 749632c12feb8a43594d52309ea630c2bc8c5161 (diff) | |
parent | fce752ba402535a62e420a83483d0f92623d684a (diff) | |
download | Qt-6315183497eee1867c7ed899c6ea22fb66a4cfed.zip Qt-6315183497eee1867c7ed899c6ea22fb66a4cfed.tar.gz Qt-6315183497eee1867c7ed899c6ea22fb66a4cfed.tar.bz2 |
Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7
Diffstat (limited to 'tools/linguist')
-rw-r--r-- | tools/linguist/linguist/mainwindow.cpp | 4 | ||||
-rw-r--r-- | tools/linguist/linguist/printout.cpp | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tools/linguist/linguist/mainwindow.cpp b/tools/linguist/linguist/mainwindow.cpp index 18baa24..1189b99 100644 --- a/tools/linguist/linguist/mainwindow.cpp +++ b/tools/linguist/linguist/mainwindow.cpp @@ -2498,8 +2498,8 @@ void MainWindow::updateDanger(const MultiDataIndex &index, bool verbose) } if (m_ui.actionPlaceMarkerMatches->isChecked()) { - // Stores the occurence count of the place markers in the map placeMarkerIndexes. - // i.e. the occurence count of %1 is stored at placeMarkerIndexes[1], + // Stores the occurrence count of the place markers in the map placeMarkerIndexes. + // i.e. the occurrence count of %1 is stored at placeMarkerIndexes[1], // count of %2 is stored at placeMarkerIndexes[2] etc. // In the first pass, it counts all place markers in the sourcetext. // In the second pass it (de)counts all place markers in the translation. diff --git a/tools/linguist/linguist/printout.cpp b/tools/linguist/linguist/printout.cpp index 581dc00..7ec6875 100644 --- a/tools/linguist/linguist/printout.cpp +++ b/tools/linguist/linguist/printout.cpp @@ -130,7 +130,7 @@ void PrintOut::addBox(int percent, const QString &text, Style style, Qt::Alignme cp.rect.setSize(QSize(cp.rect.width() + wd, qMax(cp.rect.height(), ht))); } -// use init if inital vsize should be calculated (first breakPage call) +// use init if initial vsize should be calculated (first breakPage call) void PrintOut::breakPage(bool init) { static const int LeftAlign = Qt::AlignLeft | Qt::AlignTop; |