aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
diff options
context:
space:
mode:
authorGravatar un1versal2015-11-30 18:30:01 +0000
committerGravatar un1versal2015-12-05 12:06:05 +0000
commitd276a2f076854d49fb355f11ea0328437f1472a5 (patch)
tree81673c9ca6170484dc91168893d7c434873439aa /src/modules
parentLogFile: consistency fixes. (diff)
downloadKVIrc-d276a2f076854d49fb355f11ea0328437f1472a5.tar.gz
KVIrc-d276a2f076854d49fb355f11ea0328437f1472a5.tar.bz2
KVIrc-d276a2f076854d49fb355f11ea0328437f1472a5.zip
LogViewWindow: capitalization of dialog header text
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/logview/LogViewWindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/logview/LogViewWindow.cpp b/src/modules/logview/LogViewWindow.cpp
index 416935208..d9f7e0f0d 100644
--- a/src/modules/logview/LogViewWindow.cpp
+++ b/src/modules/logview/LogViewWindow.cpp
@@ -466,7 +466,7 @@ void LogViewWindow::deleteCurrent()
{
if(QMessageBox::question(
this,
- __tr2qs_ctx("Confirm current user log deletion","log"),
+ __tr2qs_ctx("Confirm Current User Log Deletion","log"),
__tr2qs_ctx("Do you really wish to delete this log?","log"),
__tr2qs("Yes"),__tr2qs("No"),0,1) != 0)
return;
@@ -482,7 +482,7 @@ void LogViewWindow::deleteCurrent()
if(QMessageBox::question(
this,
- __tr2qs_ctx("Confirm current user logs deletion","log"),
+ __tr2qs_ctx("Confirm Current User Logs Deletion","log"),
__tr2qs_ctx("Do you really wish to delete all these logs?","log"),
__tr2qs("Yes"),__tr2qs("No"),0,1) != 0)
return;