UI text - fix capitalization

This commit is contained in:
Leena Miettinen
2010-09-28 17:29:05 +02:00
parent e684aebd86
commit 86dc1fb6e8
3 changed files with 5 additions and 5 deletions

View File

@@ -137,7 +137,7 @@ QList<QToolButton *> NavigationWidget::createToolButtons()
d_ptr->fullProjectsModeButton->setIcon(
QIcon(QLatin1String(":/classview/images/hierarchicalmode.png")));
d_ptr->fullProjectsModeButton->setCheckable(true);
d_ptr->fullProjectsModeButton->setToolTip(tr("Show subprojects"));
d_ptr->fullProjectsModeButton->setToolTip(tr("Show Subprojects"));
// by default - not a flat mode
setFlatMode(false);