Submit Editor: Fix shortcuts

Merge-request: 285
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
Orgad Shaneh
2011-04-08 11:05:21 +02:00
committed by Tobias Hunger
parent a6ec8e29ea
commit 9043b8e73a
2 changed files with 2 additions and 2 deletions

View File

@@ -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);
}

View File

@@ -17,7 +17,7 @@
<item>
<widget class="QGroupBox" name="descriptionBox">
<property name="title">
<string>Des&amp;cription</string>
<string>Descriptio&amp;n</string>
</property>
<property name="flat">
<bool>true</bool>