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. # 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" "select groupId,groupName from groups where showInForms=1 order by groupName"
)); ));

View file

@ -149,6 +149,12 @@ wobject can always view and edit all data.|,
lastUpdated => 1223372150, lastUpdated => 1223372150,
}, },
'owner' => {
message => q|Owner|,
lastUpdated => 1253828331,
context => q|The person who owns, or submits, or creates a row of data in the Thingy.|
},
'save button label label' => { 'save button label label' => {
message => q|Save Button Label|, message => q|Save Button Label|,
lastUpdated => 1104630516, lastUpdated => 1104630516,