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

@@ -83,7 +83,7 @@ QmlJSOutlineWidget::QmlJSOutlineWidget(QWidget *parent) :
layout->addWidget(m_treeView);
m_showBindingsAction = new QAction(this);
m_showBindingsAction->setText(tr("Show all bindings"));
m_showBindingsAction->setText(tr("Show All Bindings"));
m_showBindingsAction->setCheckable(true);
m_showBindingsAction->setChecked(true);
connect(m_showBindingsAction, SIGNAL(toggled(bool)), this, SLOT(setShowBindings(bool)));