From: gfawcett Date: Mon, 27 Apr 2009 01:58:00 +0000 (+0000) Subject: Changed "Add a new course site" to "Create a new course site". X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=662f09ca40fae8f91f673be408fb284a2adb36c3;p=Syrup.git Changed "Add a new course site" to "Create a new course site". 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 --- diff --git a/conifer/TODO b/conifer/TODO index d371b94..2d5fd62 100644 --- a/conifer/TODO +++ b/conifer/TODO @@ -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") diff --git a/conifer/templates/edit_course.xhtml b/conifer/templates/edit_course.xhtml index c569d2d..7462e9f 100644 --- a/conifer/templates/edit_course.xhtml +++ b/conifer/templates/edit_course.xhtml @@ -2,7 +2,7 @@ if instance.id: title = _('Edit course details') else: - title = _('Add a new course site') + title = _('Create a new course site') ?>