diff options
| author | 2011-03-30 16:21:25 +0000 | |
|---|---|---|
| committer | 2011-03-30 16:21:25 +0000 | |
| commit | d025522ad28fe869f31a386ab857927bcd8623bf (patch) | |
| tree | 37021e08ac814d8de55d49598784df25f6988be5 /src/modules/logview/LogViewWindow.cpp | |
| parent | fixes to spanish translation (diff) | |
| download | KVIrc-d025522ad28fe869f31a386ab857927bcd8623bf.tar.gz KVIrc-d025522ad28fe869f31a386ab857927bcd8623bf.tar.bz2 KVIrc-d025522ad28fe869f31a386ab857927bcd8623bf.zip | |
fixed translation string
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5731 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/logview/LogViewWindow.cpp')
| -rw-r--r-- | src/modules/logview/LogViewWindow.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/modules/logview/LogViewWindow.cpp b/src/modules/logview/LogViewWindow.cpp index a2e2eb05c..4d67ad86d 100644 --- a/src/modules/logview/LogViewWindow.cpp +++ b/src/modules/logview/LogViewWindow.cpp @@ -429,8 +429,9 @@ void LogViewWindow::deleteCurrent() { if(QMessageBox::question( this, - __tr2qs("Confirm current user logs delete"), - "Do you really wish to delete all these channel/query logs?", __tr2qs("&Yes"), __tr2qs("&No"),0,1 + __tr2qs_ctx("Confirm current user logs delete","logview"), + __tr2qs_ctx("Do you really wish to delete all these channel/query logs?","logview"), + __tr2qs("&Yes"),__tr2qs("&No"),0,1 ) != 0) return; KviPointerList <LogListViewItem> itemsList; itemsList.setAutoDelete(false); |
