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:
authorPranav Kant <pranavk@collabora.co.uk>2017-06-01 21:46:30 +0300
committerPranav Kant <pranavk@collabora.co.uk>2017-06-01 21:50:36 +0300
commit7d502a31351a2ca2a4047297b74967b608e44193 (patch)
tree6eaf338a84a6f9f3c0d15badd35fcf2f6e0532da /templates
parentc6a3e02b4b7af75341c573340ef11baef8bee39d (diff)
Revert "Replace 3 dots to ellisis in l10n files" partially
This reverts commit c6a3e02b4b7af75341c573340ef11baef8bee39d partially. Presumably, some unwanted modifications also found its way in with above patch breaking the app. Revert problematic pieces.
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 b297f0d7..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>