]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix spelling 'Allow user ...' -> 'Allow users ...'
authorThomas Müller <thomas.mueller@tmit.eu>
Tue, 22 Apr 2014 07:34:08 +0000 (09:34 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Tue, 22 Apr 2014 07:34:08 +0000 (09:34 +0200)
settings/templates/admin.php

index 10f19b8891e584d66359cce8195e44b05d2809bc..07b5ee7860ef4c4c265580b9c3c507647454dcb7 100644 (file)
@@ -251,7 +251,7 @@ if (!$_['internetconnectionworking']) {
                                <input type="checkbox" name="shareapi_allow_mail_notification" id="allowMailNotification"
                                           value="1" <?php if ($_['allowMailNotification'] === 'yes') print_unescaped('checked="checked"'); ?> />
                                <label for="allowMailNotification"><?php p($l->t('Allow mail notification'));?></label><br/>
-                               <em><?php p($l->t('Allow user to send mail notification for shared files')); ?></em>
+                               <em><?php p($l->t('Allow users to send mail notification for shared files')); ?></em>
                        </td>
                </tr>
        </table>