From 908cdc68a1a4c236feb9f6c0604afe74e1ed0684 Mon Sep 17 00:00:00 2001 From: YFdyh000 Date: Mon, 5 Oct 2015 02:35:57 +0800 Subject: Fix typos in rtp_player_dialog files Change-Id: I0df33dc156601187a6a180d8786ef18c5c05467a Reviewed-on: https://code.wireshark.org/review/10787 Reviewed-by: Pascal Quantin Reviewed-by: Michael Mann --- ui/qt/rtp_player_dialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/qt/rtp_player_dialog.cpp') 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 = ""; 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); } -- cgit v1.2.1