aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/actioneditor/ActionEditor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/actioneditor/ActionEditor.cpp')
-rw-r--r--src/modules/actioneditor/ActionEditor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/actioneditor/ActionEditor.cpp b/src/modules/actioneditor/ActionEditor.cpp
index 7ca5103a6..5cb2e833d 100644
--- a/src/modules/actioneditor/ActionEditor.cpp
+++ b/src/modules/actioneditor/ActionEditor.cpp
@@ -721,7 +721,7 @@ void ActionEditor::exportActions()
if(!KviFileUtils::writeFile(szFile,szCode))
{
- QMessageBox::warning(this,__tr2qs_ctx("Write Failed - KVIrc","editor"),__tr2qs_ctx("Unable to write to the actions file.","editor"),__tr2qs_ctx("OK","editor"));
+ QMessageBox::warning(this,__tr2qs_ctx("Writing to File Failed - KVIrc","editor"),__tr2qs_ctx("Unable to write to the actions file.","editor"),__tr2qs_ctx("OK","editor"));
}
}
@@ -738,7 +738,7 @@ void ActionEditor::deleteActions()
if(l.isEmpty())return;
- //if(QMessageBox::question(this,__tr2qs_ctx("Confirm Deletion","editor"),__tr2qs_ctx("Do you really want to delete the selected actions ?","editor"),__tr2qs_ctx("Yes","editor"),__tr2qs_ctx("No","editor")) != 0)
+ //if(QMessageBox::question(this,__tr2qs_ctx("Confirm Actions Deletion - KVIrc","editor"),__tr2qs_ctx("Do you really want to delete the selected actions?","editor"),__tr2qs_ctx("Yes","editor"),__tr2qs_ctx("No","editor")) != 0)
// return;
for(ActionEditorTreeWidgetItem * i = l.first();i;i = l.next())