MINOR: adding spaces into labels

This commit is contained in:
Julian Seidenberg 2012-11-22 13:42:03 +13:00
parent 841afad0da
commit 408fd88d9e

View File

@ -22,9 +22,9 @@ class DMSDocument_versions extends DataObject {
); );
static $display_fields = array( static $display_fields = array(
'VersionCounter' => 'VersionCounter', 'VersionCounter' => 'Version Counter',
'FilenameWithoutID' => 'Filename', 'FilenameWithoutID' => 'Filename',
'LastChanged' => 'LastChanged' 'LastChanged' => 'Last Changed'
); );
static $summary_fields = array( static $summary_fields = array(