forked from qt-creator/qt-creator
UI text: fix VCS related strings
Fix capitalization and punctuation and a typo. Change-Id: Ie974594878aad6dec558516b2d31b202e8c732d4 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
This commit is contained in:
@@ -312,7 +312,7 @@ void ProgressManagerPrivate::init()
|
||||
ExtensionSystem::PluginManager::addObject(m_statusBarWidgetContainer);
|
||||
m_statusBarWidget->installEventFilter(this);
|
||||
|
||||
QAction *toggleProgressView = new QAction(tr("Toggle progress details"), this);
|
||||
QAction *toggleProgressView = new QAction(tr("Toggle Progress Details"), this);
|
||||
toggleProgressView->setCheckable(true);
|
||||
toggleProgressView->setChecked(m_progressViewPinned);
|
||||
// we have to set an transparent icon to prevent the tool button to show text
|
||||
|
||||
Reference in New Issue
Block a user