forked from qt-creator/qt-creator
I18n: tr-fixes.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user