Author: david
Date: Thu Jul  5 16:54:51 2012
New Revision: 11865

Log:
Rollback r11864. A generic scope note is not useful

Modified:
   trunk/lib/model/QubitDigitalObject.php

Modified: trunk/lib/model/QubitDigitalObject.php
==============================================================================
--- trunk/lib/model/QubitDigitalObject.php      Thu Jul  5 16:44:12 2012        
(r11864)
+++ trunk/lib/model/QubitDigitalObject.php      Thu Jul  5 16:54:51 2012        
(r11865)
@@ -1923,7 +1923,7 @@
       $property = new QubitProperty;
       $property->objectId = $this->id;
       $property->name = 'transcript';
-      $property->scope = 'Text transcript of digital object contents';
+      $property->scope = 'Text extracted from source PDF file\'s text layer 
using pdftotext';
       $property->value = $text;
       $property->indexOnSave = false;
 

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-commits?hl=en.

Reply via email to