aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/templates
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2017-08-23 16:22:11 +0200
committerMorris Jobke <hey@morrisjobke.de>2017-10-24 17:38:30 +0200
commitdc823043e0adc35d3d24cda11f77f898d92fe1e4 (patch)
treed7e1cdb9bc334c61fd95bbd7f9234047d1635a91 /apps/files/templates
parentb1f77aca4effec99387481a831910d4870ae2ffc (diff)
downloadnextcloud-server-dc823043e0adc35d3d24cda11f77f898d92fe1e4.tar.gz
nextcloud-server-dc823043e0adc35d3d24cda11f77f898d92fe1e4.zip
Replace ... with …
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'apps/files/templates')
-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 46bd9351e39..761a67be6a2 100644
--- a/apps/files/templates/list.php
+++ b/apps/files/templates/list.php
@@ -2,7 +2,7 @@
<div class="actions creatable hidden">
<div id="uploadprogresswrapper">
<div id="uploadprogressbar">
- <em class="label outer" style="display:none"><span class="desktop"><?php p($l->t('Uploading @'));?></span><span class="mobile"><?php p($l->t('…'));?></span></em>
+ <em class="label outer" style="display:none"><span class="desktop"><?php p($l->t('Uploading…'));?></span><span class="mobile"><?php p($l->t('…'));?></span></em>
</div>
<button class="stop icon-close" style="display:none">
<span class="hidden-visually"><?php p($l->t('Cancel upload')) ?></span>