Take advantage of the startswith field matching by abbreviating long fields
authorW. Trevor King <wking@drexel.edu>
Wed, 30 Jun 2010 20:55:40 +0000 (16:55 -0400)
committerW. Trevor King <wking@drexel.edu>
Wed, 30 Jun 2010 20:55:40 +0000 (16:55 -0400)
sitecore/prof/import.py

index 1c2e040714a7d624e818fcd4ae08ed7a743d6016..f434f84f74792efee9fc9c4e5595354f5798f452 100644 (file)
@@ -70,10 +70,10 @@ class ProfessorAdder (object):
             ('Email:', prof.contact.email),
             ('Phone:', prof.contact.phone),
             ('Fax:', prof.lab_contact()),
-            ('Page Title - This shows in the tab and title bar of the brower -- Google rates it highly:', name),
-            ("Menu Title - This shows in the menus and navigation blocks -- it's usually a shorted version of the page title:", name),
-            ("Breadcrumb Title - This shows in the breadcrumb trail -- it's usually a very short version of the page title:", name),
-            ("See Also title - Other items that refer to this one will use this text:", name),
+            ('Page Title -', name),
+            ('Menu Title -', name),
+            ('Breadcrumb Title -', name),
+            ('See Also title -', name),
             ]
         for field_name,value in settings:
             if value == None: