forked from qt-creator/qt-creator
Submit Editor: Fix shortcuts
Merge-request: 285 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
committed by
Tobias Hunger
parent
a6ec8e29ea
commit
9043b8e73a
@@ -499,7 +499,7 @@ void SubmitEditorWidget::updateSubmitAction()
|
|||||||
// Update button text.
|
// Update button text.
|
||||||
const int fileCount = m_d->m_ui.fileView->model()->rowCount();
|
const int fileCount = m_d->m_ui.fileView->model()->rowCount();
|
||||||
const QString msg = checkedCount ?
|
const QString msg = checkedCount ?
|
||||||
tr("Commit %1/%n Files", 0, fileCount).arg(checkedCount) :
|
tr("&Commit %1/%n File(s)", 0, fileCount).arg(checkedCount) :
|
||||||
tr("Commit");
|
tr("Commit");
|
||||||
emit submitActionTextChanged(msg);
|
emit submitActionTextChanged(msg);
|
||||||
}
|
}
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QGroupBox" name="descriptionBox">
|
<widget class="QGroupBox" name="descriptionBox">
|
||||||
<property name="title">
|
<property name="title">
|
||||||
<string>Des&cription</string>
|
<string>Descriptio&n</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="flat">
|
<property name="flat">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
|
Reference in New Issue
Block a user