summaryrefslogtreecommitdiffstats
path: root/apps/files_versions/templates
diff options
context:
space:
mode:
authorSam Tuke <sam@donttravelempty.com>2012-05-11 13:17:37 +0100
committerSam Tuke <sam@donttravelempty.com>2012-05-15 18:21:51 +0100
commita00c5ac78ccbd581ba043d173d3f85aaf21b03dd (patch)
tree291e891f2012ea8ca3103595dd15da15eb587dce /apps/files_versions/templates
parent2ad6b5048e05fd5c28600845bbabde3a3f4537f7 (diff)
downloadnextcloud-server-a00c5ac78ccbd581ba043d173d3f85aaf21b03dd.tar.gz
nextcloud-server-a00c5ac78ccbd581ba043d173d3f85aaf21b03dd.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-xapps/files_versions/templates/history.php2
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 ) {