aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/logview
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/logview')
-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;