aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/stats_tree_dialog.cpp
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-04-14 15:38:15 +0200
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2014-04-14 13:50:22 +0000
commiteef5e68177de15af082bdfd648f2021ced58f8e6 (patch)
tree7a665088e6c761b4170d270fe6499d5fd21d7487 /ui/qt/stats_tree_dialog.cpp
parentc4626a247c5f152eac1a091641438fb78e304c0e (diff)
Fix typo (double at...)
Change-Id: If095b9d01817e4345ae588020cdc3332709c18d0 Reviewed-on: https://code.wireshark.org/review/1109 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'ui/qt/stats_tree_dialog.cpp')
-rw-r--r--ui/qt/stats_tree_dialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/stats_tree_dialog.cpp b/ui/qt/stats_tree_dialog.cpp
index b7f129faf6..a5af2987b5 100644
--- a/ui/qt/stats_tree_dialog.cpp
+++ b/ui/qt/stats_tree_dialog.cpp
@@ -134,7 +134,7 @@ void StatsTreeDialog::fillTree()
if (st_cfg_->in_use) {
QMessageBox::warning(this, tr("%1 already open").arg(display_name),
- tr("Each type of tree can only be generated one at at time."));
+ tr("Each type of tree can only be generated one at time."));
reject();
}