I18n: tr-fixes.

This commit is contained in:
Friedemann Kleint
2010-09-13 16:51:18 +02:00
parent 947f0f3a30
commit 66ad76de4f
11 changed files with 25 additions and 22 deletions

View File

@@ -570,7 +570,9 @@ void SubmitEditorWidget::fileListCustomContextMenuRequested(const QPoint & pos)
{
// Execute menu offering to check/uncheck all
QMenu menu;
//: Check all for submit
QAction *checkAllAction = menu.addAction(tr("Check All"));
//: Uncheck all for submit
QAction *uncheckAllAction = menu.addAction(tr("Uncheck All"));
QAction *action = menu.exec(m_d->m_ui.fileView->mapToGlobal(pos));
if (action == checkAllAction) {