forked from qt-creator/qt-creator
SilverSearcher: Fix UI text to follow guidelines
Change-Id: I6b0902e23b16a0e00087d65077776779498a9423 Reviewed-by: Przemyslaw Gorszkowski <pgorszkowski@gmail.com>
This commit is contained in:
@@ -146,7 +146,7 @@ FindInFilesSilverSearcher::FindInFilesSilverSearcher()
|
||||
if (!isEnabled()) {
|
||||
auto layout = new QHBoxLayout(m_widget);
|
||||
layout->setMargin(0);
|
||||
QLabel *label = new QLabel(tr("SilverSearcher is not available on system"));
|
||||
QLabel *label = new QLabel(tr("Silver Searcher is not available on the system."));
|
||||
label->setStyleSheet("QLabel { color : red; }");
|
||||
layout->addWidget(label);
|
||||
}
|
||||
|
Reference in New Issue
Block a user