aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/rtp_analysis_dialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/rtp_analysis_dialog.cpp')
-rw-r--r--ui/qt/rtp_analysis_dialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/rtp_analysis_dialog.cpp b/ui/qt/rtp_analysis_dialog.cpp
index 6df756e739..47ec0862dc 100644
--- a/ui/qt/rtp_analysis_dialog.cpp
+++ b/ui/qt/rtp_analysis_dialog.cpp
@@ -1487,7 +1487,7 @@ void RtpAnalysisDialog::saveAudio(RtpAnalysisDialog::StreamDirection direction,
QMessageBox::warning(this, tr("Warning"), tr("Codec rate is not supported, file is incomplete"));
}
else {
- QMessageBox::warning(this, tr("Warning"), tr("Unknown error occured"));
+ QMessageBox::warning(this, tr("Warning"), tr("Unknown error occurred"));
}
}
}