Update tooltip for "Resolve network (IP) addresses"

Remove name resolution from DNS packets from the tooltip because
resolving from DNS packets has it's own check box.

Change-Id: I0a4039a1639f22b51429c3771fd828d9727aca08
Reviewed-on: https://code.wireshark.org/review/31581
Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org>
Tested-by: Petri Dish Buildbot
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
This commit is contained in:
Stig Bjørlykke 2019-01-17 23:00:31 +01:00 committed by Peter Wu
parent 17cdfe9d77
commit ec17f61647
1 changed files with 2 additions and 2 deletions

View File

@ -2668,8 +2668,8 @@ addr_resolve_pref_init(module_t *nameres)
"Resolve network (IP) addresses",
"Resolve IPv4, IPv6, and IPX addresses into host names."
" The next set of check boxes determines how name resolution should be performed."
" If no other options are checked name resolution is made from Wireshark's host file,"
" capture file name resolution blocks and DNS packets in the capture.",
" If no other options are checked name resolution is made from Wireshark's host file"
" and capture file name resolution blocks.",
&gbl_resolv_flags.network_name);
prefs_register_bool_preference(nameres, "dns_pkt_addr_resolution",