diff options
author | levinse <levinse> | 2011-06-11 02:42:48 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-06-11 02:42:48 +0000 |
commit | 5c6e3d10f3d151be5807039c122cb93d64802d92 (patch) | |
tree | 0934ef681ec147bf76c783172c34c0fddfde094c | |
parent | d805c4baf46c86b40a98f1d3dbf92ce03f9b151b (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 1a05aaee9..ab0e6b79d 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -4448,7 +4448,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', }, |