aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2015-05-10 07:11:04 -0400
committerGerald Combs <gerald@wireshark.org>2015-05-10 16:17:24 +0000
commitc01f369b73baba0a5be0cdebff7bef8fd0e3a65a (patch)
tree0a1836630f10e6f189db155d3c20e6231160a50d /ui
parent4263c131a4eb1e2917bba4ae3bfc47409c84fe11 (diff)
qt: minor string change in capture options
Replace "Capture in" with "Enable" for promiscuous mode; the checkbox doesn't actually affect which interfaces get captured on, which is the way I wanted to read the old text. Change-Id: I35dd2c8f9523311cb267515804b1421e50e60e06 Reviewed-on: https://code.wireshark.org/review/8374 Reviewed-by: Evan Huus <eapache@gmail.com> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ui')
-rw-r--r--ui/qt/capture_interfaces_dialog.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/capture_interfaces_dialog.ui b/ui/qt/capture_interfaces_dialog.ui
index 0d3c3b4f2c..94212ed2a9 100644
--- a/ui/qt/capture_interfaces_dialog.ui
+++ b/ui/qt/capture_interfaces_dialog.ui
@@ -88,7 +88,7 @@
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;You probably want to enable this. Usually a network card will only capture the traffic sent to its own network address. If you want to capture all traffic that the network card can &amp;quot;see&amp;quot;, mark this option. See the FAQ for some more details of capturing packets from a switched network.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text">
- <string>Capture in promiscuous mode on all interfaces</string>
+ <string>Enable promiscuous mode on all interfaces</string>
</property>
</widget>
</item>