forked from qt-creator/qt-creator
DiffEditor: use sentence style capitalization for labels
Change-Id: I3d8142d934b126bf13cab4729f6ed3f46cadbcea Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
committed by
Tobias Hunger
parent
85f10dcaaa
commit
9e2501c3a2
@@ -326,7 +326,7 @@ QWidget *DiffEditor::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_toolBar->addWidget(m_contextLabel);
|
||||
|
||||
|
Reference in New Issue
Block a user