aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-02-16 16:14:49 +0100
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2014-03-21 19:04:47 +0000
commit57d68fe53442a749a82d0a71bada84e4f4da104f (patch)
tree643411f89a0f5c510a679691300beebd7f113368 /ui/qt
parentad39bb3deaadad2c8bf85b6c4124ed192c641e73 (diff)
Add dot to string
And avoid different string for translation... Change-Id: I36ae0fd3366cb9b42f146163f4355778f0b9b40c Reviewed-on: https://code.wireshark.org/review/771 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'ui/qt')
-rw-r--r--ui/qt/follow_stream_dialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/follow_stream_dialog.cpp b/ui/qt/follow_stream_dialog.cpp
index 443e3ecdb7..61a6250dda 100644
--- a/ui/qt/follow_stream_dialog.cpp
+++ b/ui/qt/follow_stream_dialog.cpp
@@ -845,7 +845,7 @@ bool FollowStreamDialog::follow(QString previous_filter, bool use_tcp_index)
/* we got ssl so we can follow */
removeStreamControls();
if (!epan_dissect_packet_contains_field(cap_file_->edt, "ssl")) {
- QMessageBox::critical(this, tr("Error following stream"),
+ QMessageBox::critical(this, tr("Error following stream."),
tr("Please make sure you have an SSL packet selected."));
return false;
}