diff options
author | levinse <levinse> | 2011-06-11 02:42:50 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-06-11 02:42:50 +0000 |
commit | fac11101117154386e8cd276cf00791b2eb52cf1 (patch) | |
tree | 914140a989176e6936756d08ba80b98e827550dc | |
parent | 18fb6f039e983fb4ed276c704c2a0007ac6ed4af (diff) |
svc_broadband add/edit: configurable require co-ordinates in NW quadrant, RT12925
-rw-r--r-- | FS/FS/Conf.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index c40db33fb..8bc681841 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -4396,7 +4396,7 @@ and customer address. Include units.', { 'key' => 'svc_broadband-require-nw-coordinates', 'section' => 'UI', - 'description' => 'On svc_broadband add/edit, require latitude and longitude in the North Western quadrant', + 'description' => 'On svc_broadband add/edit, require latitude and longitude in the North Western quadrant, e.g. for North American co-ordinates, etc.', 'type' => 'checkbox', }, |