From 9e2501c3a2f1136357f2be828be42c30b7b29637 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Mon, 16 Mar 2015 15:40:37 +0100 Subject: [PATCH] DiffEditor: use sentence style capitalization for labels Change-Id: I3d8142d934b126bf13cab4729f6ed3f46cadbcea Reviewed-by: Tobias Hunger --- src/plugins/diffeditor/diffeditor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/diffeditor/diffeditor.cpp b/src/plugins/diffeditor/diffeditor.cpp index 498945f8da3..bd514fd9133 100644 --- a/src/plugins/diffeditor/diffeditor.cpp +++ b/src/plugins/diffeditor/diffeditor.cpp @@ -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);