summaryrefslogtreecommitdiff
path: root/httemplate/edit/msgcat.html
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-06-27 16:39:23 -0700
committerMark Wells <mark@freeside.biz>2016-06-27 16:39:23 -0700
commit6fbdc0d20421de8e0d93eb9d332a0683efb994cc (patch)
tree15ad78f2e5384da6f1e246ab2d0310b3ba688da2 /httemplate/edit/msgcat.html
parent068d26f9e8a61358cf555d4d62ad17c0f6bacf2a (diff)
localize CDR column headings during rendering, #71331
Diffstat (limited to 'httemplate/edit/msgcat.html')
-rw-r--r--httemplate/edit/msgcat.html2
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',