Fixed Typo in user rights

This commit is contained in:
denise 2013-01-08 11:57:05 -05:00
parent f308305df8
commit bf2e5c6f32
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ $(document).ready(function() {
case 'P':
$(this).attr('id', 'user-type-P');
$(this).attr('user-rights',
$.i18n._('Progam Managers can do the following:')+'<br><br>'+
$.i18n._('Program Managers can do the following:')+'<br><br>'+
$.i18n._('View schedule')+'<br>'+
$.i18n._('View and manage show content')+'<br>'+
$.i18n._('Schedule shows')+'<br>'+