diff options
Diffstat (limited to '')
-rw-r--r-- | plugin/dns.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/dns.php b/plugin/dns.php index cb9bb02..0c44097 100644 --- a/plugin/dns.php +++ b/plugin/dns.php | |||
@@ -20,7 +20,7 @@ switch($obj->args['type']) { | |||
20 | 'queries', | 20 | 'queries', |
21 | 'responses', | 21 | 'responses', |
22 | ); | 22 | ); |
23 | $obj->ds_names = array( | 23 | $obj->legend = array( |
24 | 'queries' => 'Queries', | 24 | 'queries' => 'Queries', |
25 | 'responses' => 'Responses', | 25 | 'responses' => 'Responses', |
26 | ); | 26 | ); |