From 729309f7875915b2617f99228b0a71464ecfe699 Mon Sep 17 00:00:00 2001 From: leseb Date: Wed, 10 Jul 2002 17:49:35 +0000 Subject: Fix "delete all" message box --- (limited to 'core/pim/todo') 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 @@ -352,7 +352,7 @@ void TodoWindow::slotDeleteAll() //QString strName = table->text( table->currentRow(), 2 ).left( 30 ); - if ( !QPEMessageBox::confirmDelete( this, tr( "Todo" ), tr("Delete all tasks?") ) ) + if ( !QPEMessageBox::confirmDelete( this, tr( "Todo" ), tr("all tasks") ) ) return; -- cgit v0.9.0.2