diff options
Diffstat (limited to '')
-rw-r--r-- | plugins/admin_advices/adv_set.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/admin_advices/adv_set.php b/plugins/admin_advices/adv_set.php index 8d9532d3b..881f75e4d 100644 --- a/plugins/admin_advices/adv_set.php +++ b/plugins/admin_advices/adv_set.php @@ -23,7 +23,7 @@ // -// A new advices needs: +// New advice needs: // $lang['Adv_case'][xx] = 'Text' ==> in all plugin.lang // $adv['c'][xx] = Condition (default true) // $adv['v'][xx] = Value (if there is one (facultative)) |