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.
|
||||
const int fileCount = m_d->m_ui.fileView->model()->rowCount();
|
||||
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");
|
||||
emit submitActionTextChanged(msg);
|
||||
}
|
||||
|
@@ -17,7 +17,7 @@
|
||||
<item>
|
||||
<widget class="QGroupBox" name="descriptionBox">
|
||||
<property name="title">
|
||||
<string>Des&cription</string>
|
||||
<string>Descriptio&n</string>
|
||||
</property>
|
||||
<property name="flat">
|
||||
<bool>true</bool>
|
||||
|
Reference in New Issue
Block a user