summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-05-25 11:00:34 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2014-05-25 11:00:34 +0200
commit3348019bfa96b62a54ce53d3f738d6f6062d12c7 (patch)
tree897443cf43ca0b4e81ddc0f4d8f4644fb47e1a74 /apps
parent3029029afd4745ddf18db66051df27c8548ef368 (diff)
parent426f492f57b1adf5db9bc1d7646b228b3aa4e82c (diff)
downloadnextcloud-server-3348019bfa96b62a54ce53d3f738d6f6062d12c7.tar.gz
nextcloud-server-3348019bfa96b62a54ce53d3f738d6f6062d12c7.zip
Merge pull request #8705 from wakeup/master
fix typo
Diffstat (limited to 'apps')
-rw-r--r--apps/files/templates/list.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/templates/list.php b/apps/files/templates/list.php
index 8f11f965b2d..17bf3b3de83 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>