diff options
| author | ivan <ivan> | 2004-12-09 12:01:36 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2004-12-09 12:01:36 +0000 | 
| commit | c441966936cb2196f71cef1ce12e7ff03ef13f9e (patch) | |
| tree | b4ec50611c493cd005786df6fb4fba1bb5cb4c6c | |
| parent | 8556d71539c53a4016b0d32d1e4fed8f17d7a853 (diff) | |
typo
| -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 e45793b51..acb33d291 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1345,7 +1345,7 @@ httemplate/docs/config.html    {      'key'         => 'ticket_system-custom_priority_field-values',      'section'     => '', -    'description' => 'Values for the custom field from the ticketing system tobreak down and sort customer ticket lists.', +    'description' => 'Values for the custom field from the ticketing system to break down and sort customer ticket lists.',      'type'        => 'textarea',    }, | 
