forked from qt-creator/qt-creator
UI text: Use a full stop in the end of messages
And fix the capitalization of some message box titles. Task-number: QTCREATORBUG-28334 Change-Id: I858eefd5a12494723c40e0253a3708fa77284d1b Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
@@ -215,12 +215,12 @@ void GitLabProjectSettingsWidget::onConnectionChecked(const Project &project,
|
||||
} else {
|
||||
if (project.accessLevel != -1) {
|
||||
m_infoLabel->setType(Utils::InfoLabel::Ok);
|
||||
m_infoLabel->setText(tr("Accessible (%1)")
|
||||
m_infoLabel->setText(tr("Accessible (%1).")
|
||||
.arg(accessLevelString(project.accessLevel)));
|
||||
linkable = true;
|
||||
} else {
|
||||
m_infoLabel->setType(Utils::InfoLabel::Warning);
|
||||
m_infoLabel->setText(tr("Read only access"));
|
||||
m_infoLabel->setText(tr("Read only access."));
|
||||
}
|
||||
}
|
||||
m_infoLabel->setVisible(true);
|
||||
|
||||
Reference in New Issue
Block a user