Merge pull request #8297 from owncloud/fix-text-master

fix spelling 'Allow user ...' -> 'Allow users ...'
This commit is contained in:
Volkan Gezer 2014-04-22 14:37:40 +02:00
commit a4ab29da6e
1 changed files with 1 additions and 1 deletions

View 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>