Changed "Add a new course site" to "Create a new course site".
authorgfawcett <gfawcett@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Mon, 27 Apr 2009 01:58:00 +0000 (01:58 +0000)
committergfawcett <gfawcett@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Mon, 27 Apr 2009 01:58:00 +0000 (01:58 +0000)
Betty Ing suggested this, for consistency. I'm not sure that all the
other "Add a new" links should be changed to "Create a new"s,
though. Creating a course site makes sense to me; but you don't create
a term (though you might add a representation of one to the system).
Opinions welcome.

git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@399 6d9bc8c9-1ec2-4278-b937-99fde70a366f

conifer/TODO
conifer/templates/edit_course.xhtml

index d371b94..2d5fd62 100644 (file)
@@ -2,8 +2,6 @@ CRITICAL:
 
 IMPORTANT:
 
-* "create course site" (not "add course")
-
 * save-sequence fails on IE6.
 
 * set up a proper issue-tracker?
@@ -59,6 +57,7 @@ RECENTLY DONE:
 > Add term: what's the format for adding a date? Can it prompt or have
 > fielded entry? (just added Y-M-D label for now.)
 
+* "create course site" (not "add course")
 
 
 
index c569d2d..7462e9f 100644 (file)
@@ -2,7 +2,7 @@
 if instance.id:
     title = _('Edit course details')
 else:
-    title = _('Add a new course site')
+    title = _('Create a new course site')
 ?>
 <html xmlns="http://www.w3.org/1999/xhtml"
       xmlns:xi="http://www.w3.org/2001/XInclude"