]> source.dussan.org Git - nextcloud-server.git/commitdiff
Use l10n
authorLukas Reschke <lukas@statuscode.ch>
Thu, 8 Sep 2016 18:11:54 +0000 (20:11 +0200)
committerLukas Reschke <lukas@statuscode.ch>
Thu, 8 Sep 2016 18:11:54 +0000 (20:11 +0200)
settings/templates/admin/sharing.php

index 1c47d74770fb82e02652ec34af9a3a15a64cc175..802bcad3198cdfa03da3348fdfad59da1ba85f61 100644 (file)
                <label for="publicShareDisclaimer"><?php p($l->t('Show disclaimer text on the public link upload page. (Only shown when the file list is hidden.)'));?></label>
                <span id="publicShareDisclaimerStatus" class="msg" style="display:none"></span>
                <br/>
-               <textarea placeholder="This text will be shown on the public link upload page when the file list is hidden." id="publicShareDisclaimerText" <?php if ($_['publicShareDisclaimerText'] === null) { print_unescaped('class="hidden"'); } ?>><?php p($_['publicShareDisclaimerText']) ?></textarea>
+               <textarea placeholder="<?php p($l->t('This text will be shown on the public link upload page when the file list is hidden.')) ?>" id="publicShareDisclaimerText" <?php if ($_['publicShareDisclaimerText'] === null) { print_unescaped('class="hidden"'); } ?>><?php p($_['publicShareDisclaimerText']) ?></textarea>
        </p>
 </div>