l10n: Add parentheses
This commit is contained in:
parent
498684efd6
commit
583bc5505a
|
@ -23,7 +23,7 @@ style('federatedfilesharing', 'settings-admin');
|
|||
print_unescaped('checked="checked"');
|
||||
} ?> />
|
||||
<label for="outgoingServer2serverShareEnabled">
|
||||
<?php p($l->t('Allow users on this server to send shares to other servers. This option also allows WebDAV access to public shares'));?>
|
||||
<?php p($l->t('Allow users on this server to send shares to other servers (This option also allows WebDAV access to public shares)'));?>
|
||||
</label>
|
||||
</p>
|
||||
<p>
|
||||
|
|
Loading…
Reference in New Issue