i18n the owner label in the Thing group properties.

This commit is contained in:
Colin Kuskie 2009-09-24 14:44:14 -07:00
parent b08347059d
commit 768da4fc7e
2 changed files with 7 additions and 1 deletions

View file

@ -1927,7 +1927,7 @@ sub www_editThing {
);
# create the options hash for the 'Who can edit' and 'Who can view' selectBoxes.
%editViewOptions = ('owner'=>'owner',$session->db->buildHash(
%editViewOptions = ('owner'=>$i18n->get('owner'),$session->db->buildHash(
"select groupId,groupName from groups where showInForms=1 order by groupName"
));