summaryrefslogtreecommitdiff
path: root/ui/qt/coloring_rules_dialog.cpp
diff options
context:
space:
mode:
authorGerald Combs <gerald@zing.org>2015-02-07 11:21:17 -0800
committerGerald Combs <gerald@wireshark.org>2015-02-07 19:23:11 +0000
commit6dd1296b763fe6214e35ecc766bb67f066de9d2e (patch)
treee123e86d1804e4499ecfe0e68cb4cb48e0fef1ed /ui/qt/coloring_rules_dialog.cpp
parent4282304a57e67a1698684d87f70dd45480d795c8 (diff)
downloadwireshark-6dd1296b763fe6214e35ecc766bb67f066de9d2e.tar.gz
WSUG: Update the Packet Colorization section.
Change-Id: I0f880293bd185e202d230f0db1a6bc4cbe6cfbfb Reviewed-on: https://code.wireshark.org/review/7011 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ui/qt/coloring_rules_dialog.cpp')
-rw-r--r--ui/qt/coloring_rules_dialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/coloring_rules_dialog.cpp b/ui/qt/coloring_rules_dialog.cpp
index 8c240e6e87..f904f11243 100644
--- a/ui/qt/coloring_rules_dialog.cpp
+++ b/ui/qt/coloring_rules_dialog.cpp
@@ -194,7 +194,7 @@ void ColoringRulesDialog::updateWidgets()
}
if (error_text.isEmpty()) {
- hint += tr("Double click to edit. Drag to move.");
+ hint += tr("Double click to edit. Drag to move. Rules are processed in order until a match is found.");
} else {
hint += error_text;
}