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:23 -0700 |
commit | 6fbdc0d20421de8e0d93eb9d332a0683efb994cc (patch) | |
tree | 15ad78f2e5384da6f1e246ab2d0310b3ba688da2 /httemplate/edit/msgcat.html | |
parent | 068d26f9e8a61358cf555d4d62ad17c0f6bacf2a (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', |