diff options
author | Alexis La Goutte <alexis.lagoutte@gmail.com> | 2014-04-14 15:38:15 +0200 |
---|---|---|
committer | Alexis La Goutte <alexis.lagoutte@gmail.com> | 2014-04-14 13:50:22 +0000 |
commit | eef5e68177de15af082bdfd648f2021ced58f8e6 (patch) | |
tree | 7a665088e6c761b4170d270fe6499d5fd21d7487 /ui/qt | |
parent | c4626a247c5f152eac1a091641438fb78e304c0e (diff) | |
download | wireshark-eef5e68177de15af082bdfd648f2021ced58f8e6.tar.gz wireshark-eef5e68177de15af082bdfd648f2021ced58f8e6.tar.bz2 wireshark-eef5e68177de15af082bdfd648f2021ced58f8e6.zip |
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')
-rw-r--r-- | ui/qt/stats_tree_dialog.cpp | 2 |
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(); } |