DiffEditor: use sentence style capitalization for labels

Change-Id: I3d8142d934b126bf13cab4729f6ed3f46cadbcea
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
Leena Miettinen
2015-03-16 15:40:37 +01:00
committed by Tobias Hunger
parent 85f10dcaaa
commit 9e2501c3a2

View File

@@ -326,7 +326,7 @@ QWidget *DiffEditor::toolBar()
m_contextLabel = new QLabel(m_toolBar); m_contextLabel = new QLabel(m_toolBar);
m_contextLabel->setText(tr("Context Lines:")); m_contextLabel->setText(tr("Context lines:"));
m_contextLabel->setContentsMargins(6, 0, 6, 0); m_contextLabel->setContentsMargins(6, 0, 6, 0);
m_toolBar->addWidget(m_contextLabel); m_toolBar->addWidget(m_contextLabel);