Because the "group" tag in IDL field_groups was never added to
this file that helps with translations, Simple Reporter field groups
all have the same name when built for release.
Signed-off-by: Jason Boyer <JBoyer@equinoxOLI.org>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
elif name == 'field':
entity = "%s.%s.%s.label" % (name, self.classid, \
attributes['name'])
+ elif name == 'group':
+ entity = "%s.%s.%s.label" % (name, self.classid, \
+ attributes['name'])
elif name == 'link':
entity = "%s.%s.%s.label" % (name, self.classid, \
attributes['field'])