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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-01-13 16:34:28 +0400
committerThomas Müller <thomas.mueller@tmit.eu>2014-01-13 16:34:28 +0400
commitfcf6653e64521c1ac7dcd7a02edf928a9060c599 (patch)
tree7c1fa36101dcae73125c3f7532da553924e409d0 /core
parent85e00ad35a63d2d728140f3ece685d79d7a6140c (diff)
parent76a7ae77a8ca18f8fcac03099b6e53cc8838ea31 (diff)
Merge pull request #6694 from owncloud/fix-email-template-l10n
fix email template l10n, emphasize filename
Diffstat (limited to 'core')
-rw-r--r--core/templates/mail.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/mail.php b/core/templates/mail.php
index 4fa54aa5283..b8b0a2bfe96 100644
--- a/core/templates/mail.php
+++ b/core/templates/mail.php
@@ -12,7 +12,7 @@
<td bgcolor="#f8f8f8" width="20px">&nbsp;</td>
<td bgcolor="#f8f8f8" style="font-weight:normal; font-size:0.8em; line-height:1.2em; font-family:verdana,'arial',sans;">
<?php
-print_unescaped($l->t('Hey there,<br><br>just letting you know that %s shared »%s« with you.<br><a href="%s">View it!</a><br><br>', array($_['user_displayname'], $_['filename'], $_['link'])));
+print_unescaped($l->t('Hey there,<br><br>just letting you know that %s shared <strong>%s</strong> with you.<br><a href="%s">View it!</a><br><br>', array($_['user_displayname'], $_['filename'], $_['link'])));
if ( isset($_['expiration']) ) {
p($l->t("The share will expire on %s.", array($_['expiration'])));
print_unescaped('<br><br>');