diff options
author | Sam Tuke <sam@donttravelempty.com> | 2012-05-11 13:17:37 +0100 |
---|---|---|
committer | Sam Tuke <sam@donttravelempty.com> | 2012-05-11 13:17:37 +0100 |
commit | 03fad9776427e4fad1615dc0d76d26b1efc7c421 (patch) | |
tree | b662bfbbe5bc141c34386465f1649790c468c482 /apps/files_versions/templates | |
parent | 61d535984df81d5531350cd7895769793722d69e (diff) | |
download | nextcloud-server-03fad9776427e4fad1615dc0d76d26b1efc7c421.tar.gz nextcloud-server-03fad9776427e4fad1615dc0d76d26b1efc7c421.zip |
fixed some include path issues
imroved wording of history page revert instructions
cleaned up js call to ajax getVersions.php
Diffstat (limited to 'apps/files_versions/templates')
-rwxr-xr-x | apps/files_versions/templates/history.php | 2 |
1 files changed, 1 insertions, 1 deletions
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( '<strong>Versions of '.$_['path'] ).'</strong><br>'; - echo('<p><em>You can click on the revert button to revert to the specific verson.</em></p><br />'); + echo('<p><em>Revert a file to a previous version by clicking on its revert button</em></p><br />'); foreach ( $_['versions'] as $v ) { |