diff options
Diffstat (limited to 'apps/files_versions/templates/history.php')
-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 ) { |