diff options
| author | 2010-03-17 22:40:30 +0000 | |
|---|---|---|
| committer | 2010-03-17 22:40:30 +0000 | |
| commit | 91ae0ec17f5d0c379752d7e63445d14955922119 (patch) | |
| tree | 6101908b0e7dcc86ad747d0779ea5daf4eb0cb92 /src/modules/logview/logviewmdiwindow.cpp | |
| parent | A fix in logview module (diff) | |
| download | KVIrc-91ae0ec17f5d0c379752d7e63445d14955922119.tar.gz KVIrc-91ae0ec17f5d0c379752d7e63445d14955922119.tar.bz2 KVIrc-91ae0ec17f5d0c379752d7e63445d14955922119.zip | |
typos
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4148 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/logview/logviewmdiwindow.cpp')
| -rw-r--r-- | src/modules/logview/logviewmdiwindow.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/logview/logviewmdiwindow.cpp b/src/modules/logview/logviewmdiwindow.cpp index f00ac1681..d19f45344 100644 --- a/src/modules/logview/logviewmdiwindow.cpp +++ b/src/modules/logview/logviewmdiwindow.cpp @@ -369,7 +369,7 @@ void KviLogViewMDIWindow::rightButtonClicked ( QTreeWidgetItem * it, const QPoin KviTalPopupMenu* popup = new KviTalPopupMenu(this); if(((KviLogListViewItem *)it)->childCount()) - popup->insertItem(*(g_pIconManager->getSmallIcon(KVI_SMALLICON_QUIT)),__tr2qs_ctx("Remove all this channel/query logs file","logview"),this,SLOT(deleteCurrent())); + popup->insertItem(*(g_pIconManager->getSmallIcon(KVI_SMALLICON_QUIT)),__tr2qs_ctx("Remove all these channel/query log files","logview"),this,SLOT(deleteCurrent())); else popup->insertItem(*(g_pIconManager->getSmallIcon(KVI_SMALLICON_QUIT)),__tr2qs_ctx("Remove file","logview"),this,SLOT(deleteCurrent())); popup->exec( QCursor::pos() ); @@ -385,7 +385,7 @@ void KviLogViewMDIWindow::deleteCurrent() if(QMessageBox::question( this, __tr2qs("Confirm current user logs delete"), - "Do you really wish to delete all this channel/query logs", __tr2qs("&Yes"), __tr2qs("&No"),0,1 + "Do you really wish to delete all these channel/query logs?", __tr2qs("&Yes"), __tr2qs("&No"),0,1 ) != 0) return; KviPointerList <KviLogListViewItem> itemsList; |
