-rw-r--r-- | core/pim/todo/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/pim/todo/mainwindow.cpp b/core/pim/todo/mainwindow.cpp index 27e76d9..974951e 100644 --- a/core/pim/todo/mainwindow.cpp +++ b/core/pim/todo/mainwindow.cpp | |||
@@ -349,13 +349,13 @@ void TodoWindow::slotDeleteAll() | |||
349 | tr("Can not edit data, currently syncing")); | 349 | tr("Can not edit data, currently syncing")); |
350 | return; | 350 | return; |
351 | } | 351 | } |
352 | 352 | ||
353 | //QString strName = table->text( table->currentRow(), 2 ).left( 30 ); | 353 | //QString strName = table->text( table->currentRow(), 2 ).left( 30 ); |
354 | 354 | ||
355 | if ( !QPEMessageBox::confirmDelete( this, tr( "Todo" ), tr("Delete all tasks?") ) ) | 355 | if ( !QPEMessageBox::confirmDelete( this, tr( "Todo" ), tr("all tasks") ) ) |
356 | return; | 356 | return; |
357 | 357 | ||
358 | 358 | ||
359 | 359 | ||
360 | table->setPaintingEnabled( false ); | 360 | table->setPaintingEnabled( false ); |
361 | table->removeAllEntries(); | 361 | table->removeAllEntries(); |