From a00c5ac78ccbd581ba043d173d3f85aaf21b03dd Mon Sep 17 00:00:00 2001 From: Sam Tuke Date: Fri, 11 May 2012 13:17:37 +0100 Subject: fixed some include path issues imroved wording of history page revert instructions cleaned up js call to ajax getVersions.php --- apps/files_versions/templates/history.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/files_versions/templates') diff --git a/apps/files_versions/templates/history.php b/apps/files_versions/templates/history.php index 3b29625b3b0..6ef996049f5 100755 --- a/apps/files_versions/templates/history.php +++ b/apps/files_versions/templates/history.php @@ -17,7 +17,7 @@ if( isset( $_['message'] ) ) { } echo( 'Versions of '.$_['path'] ).'
'; - echo('

You can click on the revert button to revert to the specific verson.


'); + echo('

Revert a file to a previous version by clicking on its revert button


'); foreach ( $_['versions'] as $v ) { -- cgit v1.2.3