diff --git a/apps/files/templates/list.php b/apps/files/templates/list.php index 8f11f965b2d960f30f17dc1e1a34d29e54e79cf9..17bf3b3de837e4d8df0727970dd558dd936b902a 100644 --- a/apps/files/templates/list.php +++ b/apps/files/templates/list.php @@ -102,6 +102,6 @@ <?php p($l->t('Files are being scanned, please wait.'));?> <span id='scan-count'></span> </h3> <p> - <?php p($l->t('Current scanning'));?> <span id='scan-current'></span> + <?php p($l->t('Currently scanning'));?> <span id='scan-current'></span> </p> </div>