summaryrefslogtreecommitdiff
path: root/httemplate
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:42 -0700
commitba4c3441c41303528ad0a51efa23e916083bb3ee (patch)
tree62dc2c1b2042b561c92e983bf95f090e9c6e4e33 /httemplate
parent8edeefb2ba59401254391ef33e223585eff20471 (diff)
localize CDR column headings during rendering, #71331
Diffstat (limited to 'httemplate')
-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',