[Jifty-commit] r2740 - in jifty: .

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Tue Jan 30 21:43:09 EST 2007


Author: sterling
Date: Tue Jan 30 21:43:09 2007
New Revision: 2740

Modified:
   jifty/   (props changed)
   jifty/branches/virtual-models/lib/Jifty/Model/ModelClassColumn.pm

Log:
 r2750 at riddle:  andrew | 2007-01-30 20:37:49 -0600
 Fixed the storage_type label.


Modified: jifty/branches/virtual-models/lib/Jifty/Model/ModelClassColumn.pm
==============================================================================
--- jifty/branches/virtual-models/lib/Jifty/Model/ModelClassColumn.pm	(original)
+++ jifty/branches/virtual-models/lib/Jifty/Model/ModelClassColumn.pm	Tue Jan 30 21:43:09 2007
@@ -47,7 +47,7 @@
     # FIXME should be a ref to a list of storage types
     column storage_type => 
         type is 'text',
-        label is 'type',
+        label is 'Storage type',
         hints is 'The kind of data that is being stored. Use "text" if you are not sure.';
 
     column max_length => 


More information about the Jifty-commit mailing list