summaryrefslogtreecommitdiff
path: root/ui/qt/rtp_player_dialog.cpp
diff options
context:
space:
mode:
authorYFdyh000 <yfdyh000@gmail.com>2015-10-05 02:35:57 +0800
committerMichael Mann <mmann78@netscape.net>2015-10-05 03:17:05 +0000
commit908cdc68a1a4c236feb9f6c0604afe74e1ed0684 (patch)
tree44ecadbd1dd16b9202c6d1143a95f258ee8088e6 /ui/qt/rtp_player_dialog.cpp
parent9e3a5fecbcdcec13215449123054727fb75a3535 (diff)
downloadwireshark-908cdc68a1a4c236feb9f6c0604afe74e1ed0684.tar.gz
Fix typos in rtp_player_dialog files
Change-Id: I0df33dc156601187a6a180d8786ef18c5c05467a Reviewed-on: https://code.wireshark.org/review/10787 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'ui/qt/rtp_player_dialog.cpp')
-rw-r--r--ui/qt/rtp_player_dialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/rtp_player_dialog.cpp b/ui/qt/rtp_player_dialog.cpp
index b930a08d0b..d3cdd84864 100644
--- a/ui/qt/rtp_player_dialog.cpp
+++ b/ui/qt/rtp_player_dialog.cpp
@@ -388,7 +388,7 @@ void RtpPlayerDialog::mouseMoved(QMouseEvent *)
QString hint = "<small><i>";
if (packet_num > 0) {
- hint += tr("%1. Press \"G\" to to to packet %2")
+ hint += tr("%1. Press \"G\" to go to packet %2")
.arg(getHoveredTime())
.arg(packet_num);
}