ui: Finalized news on start screen layout

* And fixed mac bundle install script.
This commit is contained in:
Eberhard Graether
2018-11-05 14:15:55 +01:00
parent bac8d6afe8
commit e96a28b38a
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ QtNewsWidget::QtNewsWidget(QWidget* parent)
QString placeholder = "No news available";
if (!ApplicationSettings::getInstance()->getAutomaticUpdateCheck())
{
placeholder += "\n(Enable update check)";
placeholder += "\n(Enable update check to fetch)";
}
m_text->setPlaceholderText(placeholder);