app/soc/views/models/sponsor.py
changeset 716 26dc12dae79f
parent 658 9964b1571ef8
child 799 30a912906a57
--- a/app/soc/views/models/sponsor.py	Mon Dec 08 17:31:33 2008 +0000
+++ b/app/soc/views/models/sponsor.py	Tue Dec 09 15:43:56 2008 +0000
@@ -47,9 +47,9 @@
     new_params = {}
     new_params['logic'] = soc.logic.models.sponsor.logic
 
-    new_params['name'] = "Sponsor"
-    new_params['name_short'] = "Sponsor"
-    new_params['name_plural'] = "Sponsors"
+    new_params['name'] = "Program Owner"
+    new_params['name_short'] = "Program Owner"
+    new_params['name_plural'] = "Program Owners"
     # TODO(pawel.solyga): create url_name and module_name automatically 
     # from name. Make that work for all other Views too. Hopefully 
     # solution that will be implemented in base View.