From 408fd88d9e36089c3b0feacfafc9c9c577630e67 Mon Sep 17 00:00:00 2001 From: Julian Seidenberg Date: Thu, 22 Nov 2012 13:42:03 +1300 Subject: [PATCH] MINOR: adding spaces into labels --- code/DMSDocument_versions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/DMSDocument_versions.php b/code/DMSDocument_versions.php index e209972..9617f5f 100644 --- a/code/DMSDocument_versions.php +++ b/code/DMSDocument_versions.php @@ -22,9 +22,9 @@ class DMSDocument_versions extends DataObject { ); static $display_fields = array( - 'VersionCounter' => 'VersionCounter', + 'VersionCounter' => 'Version Counter', 'FilenameWithoutID' => 'Filename', - 'LastChanged' => 'LastChanged' + 'LastChanged' => 'Last Changed' ); static $summary_fields = array(