]> source.dussan.org Git - nextcloud-server.git/commitdiff
grammar fixes
authorBjoern Schiessle <schiessle@owncloud.com>
Mon, 30 Sep 2013 11:33:49 +0000 (13:33 +0200)
committerBjoern Schiessle <schiessle@owncloud.com>
Mon, 30 Sep 2013 11:33:49 +0000 (13:33 +0200)
core/templates/altmail.php
core/templates/mail.php

index 5df43b5077653c1b3a19cc754235c5d46403d643..00b67bee456e75783dc3fea8ccf9abf64eb04214 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 print_unescaped($l->t("Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n", array($_['user_displayname'], $_['filename'], $_['link'])));
 if ( isset($_['expiration']) ) {
-       print_unescaped($l->t("The share will expire at %s.\n\n", array($_['expiration'])));
+       print_unescaped($l->t("The share will expire on %s.\n\n", array($_['expiration'])));
 }
 p($l->t("Cheers!"));
 ?>
index 1464d2be2f4b63f8868c1c505420727db53f52d1..40092f5491f88aa3f19156e975bb86b5ddecd1fd 100644 (file)
@@ -14,7 +14,7 @@
 <?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'])));
 if ( isset($_['expiration']) ) {
-       print_unescaped($l->t("The share will expire at %s.<br><br>", array($_['expiration'])));
+       print_unescaped($l->t("The share will expire on %s.<br><br>", array($_['expiration'])));
 }
 p($l->t('Cheers!'));
 ?>