diff options
author | Mark Wells <mark@freeside.biz> | 2016-06-27 16:39:23 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2016-06-27 16:39:35 -0700 |
commit | 2164bf38a61edc4fd84240214a41549847751e40 (patch) | |
tree | ce0bc077dfd6d8796619c093a114c92a46a045bb /httemplate/edit/msgcat.html | |
parent | dab2632c3799d37ef575ccc186f45bc81a734b0d (diff) |
localize CDR column headings during rendering, #71331
Diffstat (limited to 'httemplate/edit/msgcat.html')
-rw-r--r-- | httemplate/edit/msgcat.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/msgcat.html b/httemplate/edit/msgcat.html index 4e2edd6d8..5ca118ad7 100644 --- a/httemplate/edit/msgcat.html +++ b/httemplate/edit/msgcat.html @@ -3,7 +3,7 @@ table => 'msgcat', fields => [ { field=>'msgcode', type=>'fixed' }, { field=>'locale', type=>'fixed' }, - 'msg', + { field => 'msg', type => 'text', size => 60 }, ], labels => { 'msgnum' => 'String', 'msgcode' => 'Code', |