summaryrefslogtreecommitdiff
path: root/httemplate/edit/msgcat.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-06-29 10:02:46 -0700
committerIvan Kohler <ivan@freeside.biz>2016-06-29 10:02:46 -0700
commitcd254e04ba204b5d0b4a69b65c392fb175dd1e97 (patch)
tree190d2e30a38eb56483d41b852dee7fdc53b3765d /httemplate/edit/msgcat.html
parent5e9be05e2abc350720b3c2031a8b7a0d39a226b8 (diff)
parent84bc64eeaa9650333fbbb79ecb03a1aff4a347fd (diff)
Merge branch 'master' of git.freeside.biz:/home/git/freeside
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',