aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/eventeditor/EventEditorWindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/eventeditor/EventEditorWindow.cpp')
-rw-r--r--src/modules/eventeditor/EventEditorWindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/eventeditor/EventEditorWindow.cpp b/src/modules/eventeditor/EventEditorWindow.cpp
index bb7d86e62..df9bbd40e 100644
--- a/src/modules/eventeditor/EventEditorWindow.cpp
+++ b/src/modules/eventeditor/EventEditorWindow.cpp
@@ -515,7 +515,7 @@ void EventEditor::exportCurrentHandler()
if(!KviFileUtils::writeFile(szFile, szOut))
{
- QMessageBox::warning(this, __tr2qs_ctx("Writing to File Failed - KVIrc", "editor"), __tr2qs_ctx("Unable to write to the events file.", "editor"), __tr2qs_ctx("&OK", "editor"));
+ QMessageBox::warning(this, __tr2qs_ctx("Writing to File Failed - KVIrc", "editor"), __tr2qs_ctx("Unable to write to the events file.", "editor"));
}
}
@@ -555,7 +555,7 @@ void EventEditor::exportAllEvents()
if(!KviFileUtils::writeFile(szFile, out))
{
- QMessageBox::warning(this, __tr2qs_ctx("Writing to File Failed", "editor"), __tr2qs_ctx("Unable to write to the events file.", "editor"), __tr2qs_ctx("OK", "editor"));
+ QMessageBox::warning(this, __tr2qs_ctx("Writing to File Failed", "editor"), __tr2qs_ctx("Unable to write to the events file.", "editor"));
}
}