From d334d77ab00b91b9527bb5992b476c656c88b2fa Mon Sep 17 00:00:00 2001 From: zautrix Date: Thu, 14 Apr 2005 18:10:19 +0000 Subject: transl fix --- (limited to 'korganizer/kotodoview.cpp') diff --git a/korganizer/kotodoview.cpp b/korganizer/kotodoview.cpp index 7817a75..dd2c081 100644 --- a/korganizer/kotodoview.cpp +++ b/korganizer/kotodoview.cpp @@ -161,8 +161,8 @@ void KOTodoListView::contentsDropEvent(QDropEvent *e) while(to) { if (to->uid() == todo->uid()) { KMessageBox::sorry(this, - i18n("Cannot move To-Do to itself\nor a child of itself"), - i18n("Drop To-Do")); + i18n("Cannot move Todo to itself\nor a child of itself"), + i18n("Drop Todo")); delete todo; return; } @@ -962,7 +962,6 @@ void KOTodoView::unparentTodo() void KOTodoView::reparentTodo() { if (mActiveItem) { - qDebug("KOTodoView::reparentTodo() "); topLevelWidget()->setCaption(i18n("Click on new parent item")); pendingSubtodo = mActiveItem; } @@ -1162,7 +1161,6 @@ void KOTodoView::itemClicked(QListViewItem *item) } if ( !allowReparent ) { topLevelWidget()->setCaption(i18n("Recursive reparenting not possible!")); - qDebug("Recursive reparenting not possible "); pendingSubtodo = 0; } else { Todo* newParent = todoItem->todo(); @@ -1195,7 +1193,6 @@ void KOTodoView::itemClicked(QListViewItem *item) void KOTodoView::setDocumentId( const QString &id ) { - kdDebug() << "KOTodoView::setDocumentId()" << endl; mDocPrefs->setDoc( id ); } -- cgit v0.9.0.2