luci-mod-network: improve description for filterwin2k option again
Stop using the word useless both in the name and the description and call the feature what it actually is (Filter SRV/SOA service discovery). Signed-off-by: Lukas Tribus <lukas@ltri.eu> [slightly reword commit message] Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
22c51acf81
commit
8607aa7a67
1 changed files with 2 additions and 2 deletions
|
@ -452,8 +452,8 @@ return view.extend({
|
|||
o.default = o.enabled;
|
||||
|
||||
s.taboption('advanced', form.Flag, 'filterwin2k',
|
||||
_('Filter useless'),
|
||||
_('Avoid uselessly triggering dial-on-demand links (filters SRV/SOA records and names with underscores).') + '<br />' +
|
||||
_('Filter SRV/SOA service discovery'),
|
||||
_('Filters SRV/SOA service discovery, to avoid triggering dial-on-demand links.') + '<br />' +
|
||||
_('May prevent VoIP or other services from working.'));
|
||||
|
||||
o = s.taboption('advanced', form.Flag, 'filter_aaaa',
|
||||
|
|
Loading…
Reference in a new issue