Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2017-06-01 10:34:41 +0300
committerGitHub <noreply@github.com>2017-06-01 10:34:41 +0300
commit760f6d3bfa4282e0a270984315697a24ad87da33 (patch)
tree6a65ffea098f313d87e023af95b76ba4f879cb99 /templates
parenta4db42e724f8fbfa52df8ec95616e45f7b33777e (diff)
parent94ce86e6ecd10e0ef958d77fec04905b0df1ea03 (diff)
Merge pull request #79 from nextcloud/rakekniven-patch-1
Replace 3 dots to ellipsis
Diffstat (limited to 'templates')
-rw-r--r--templates/documents.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/documents.php b/templates/documents.php
index 6d5dc79a..528a1505 100644
--- a/templates/documents.php
+++ b/templates/documents.php
@@ -14,7 +14,7 @@ script('richdocuments', 'documents');
?>
<div id="documents-content">
<ul class="documentslist">
- <li class="progress icon-loading"><div><?php p($l->t('Loading documents...')); ?></div></li>
+ <li class="progress icon-loading"><div><?php p($l->t('Loading documents…')); ?></div></li>
<li class="document template" data-id="" style="display:none;">
<a target="_blank" href=""><label></label></a>
</li>