diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-04-25 17:45:02 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-04-25 17:45:35 +0200 |
commit | bbb58625fee3127208c968c0f81cd5f9f86d97eb (patch) | |
tree | a9db0b782fb97fd5bb25bc8cb91e1183766481fa /settings | |
parent | 4e537b5d6bf95a49a4aa7b3ccd66a6ad92185cea (diff) | |
download | nextcloud-server-bbb58625fee3127208c968c0f81cd5f9f86d97eb.tar.gz nextcloud-server-bbb58625fee3127208c968c0f81cd5f9f86d97eb.zip |
Wording fixes
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'settings')
-rw-r--r-- | settings/templates/admin/additional-mail.php | 3 | ||||
-rw-r--r-- | settings/templates/admin/encryption.php | 2 | ||||
-rw-r--r-- | settings/templates/admin/server.php | 2 | ||||
-rw-r--r-- | settings/templates/admin/sharing.php | 2 |
4 files changed, 4 insertions, 5 deletions
diff --git a/settings/templates/admin/additional-mail.php b/settings/templates/admin/additional-mail.php index 91f34fa8010..249252dc694 100644 --- a/settings/templates/admin/additional-mail.php +++ b/settings/templates/admin/additional-mail.php @@ -56,7 +56,7 @@ if ($_['mail_smtpmode'] === 'qmail') { <a target="_blank" rel="noreferrer" class="icon-info" title="<?php p($l->t('Open documentation'));?>" href="<?php p(link_to_docs('admin-email')); ?>"></a> - <p class="settings-hint"><?php p($l->t('It is important to setup this server to be able to send emails. This is for example used to send out notification.')); ?></p> + <p class="settings-hint"><?php p($l->t('It is important to set up this server to be able to send emails, like for password reset and notifications.')); ?></p> <p><span id="mail_settings_msg" class="msg"></span></p> <p> @@ -137,4 +137,3 @@ if ($_['mail_smtpmode'] === 'qmail') { <input type="submit" name="sendtestemail" id="sendtestemail" value="<?php p($l->t('Send email')); ?>"/> <span id="sendtestmail_msg" class="msg"></span> </div> - diff --git a/settings/templates/admin/encryption.php b/settings/templates/admin/encryption.php index b0869957927..1d956a8f7c1 100644 --- a/settings/templates/admin/encryption.php +++ b/settings/templates/admin/encryption.php @@ -31,7 +31,7 @@ <a target="_blank" rel="noreferrer" class="icon-info" title="<?php p($l->t('Open documentation'));?>" href="<?php p(link_to_docs('admin-encryption')); ?>"></a> - <p class="settings-hint"><?php p($l->t('Server-side encryption makes is possible to encrypt files that are uploaded to this server. This comes with limitation like a performance penalty. Enable only if needed.')); ?></p> + <p class="settings-hint"><?php p($l->t('Server-side encryption makes it possible to encrypt files which are uploaded to this server. This comes with limitations like a performance penalty, so enable this only if needed.')); ?></p> <p id="enable"> <input type="checkbox" id="enableEncryption" class="checkbox" diff --git a/settings/templates/admin/server.php b/settings/templates/admin/server.php index 05720ac7c6e..391d100dcf7 100644 --- a/settings/templates/admin/server.php +++ b/settings/templates/admin/server.php @@ -182,7 +182,7 @@ title="<?php p($l->t('Open documentation'));?>" href="<?php p(link_to_docs('admin-background-jobs')); ?>"></a> - <p class="settings-hint"><?php p($l->t('For the optimal performance it\'s important to configure background jobs correctly. For bigger instances \'Cron\' is the recommended setting. Please see the documentation for more information.'));?></p> + <p class="settings-hint"><?php p($l->t('For optimal performance it\'s important to configure background jobs correctly. For bigger instances \'Cron\' is the recommended setting. Please see the documentation for more information.'));?></p> <p> <input type="radio" name="mode" value="ajax" class="radio" id="backgroundjobs_ajax" <?php if ($_['backgroundjobs_mode'] === "ajax") { diff --git a/settings/templates/admin/sharing.php b/settings/templates/admin/sharing.php index efb4c0f5cc8..38071a4bee9 100644 --- a/settings/templates/admin/sharing.php +++ b/settings/templates/admin/sharing.php @@ -31,7 +31,7 @@ <a target="_blank" rel="noreferrer" class="icon-info" title="<?php p($l->t('Open documentation'));?>" href="<?php p(link_to_docs('admin-sharing')); ?>"></a> - <p class="settings-hint"><?php p($l->t('As Admin you can fine tune the sharing behavior. Please see the documentation for more information.'));?></p> + <p class="settings-hint"><?php p($l->t('As admin you can fine-tune the sharing behavior. Please see the documentation for more information.'));?></p> <p id="enable"> <input type="checkbox" name="shareapi_enabled" id="shareAPIEnabled" class="checkbox" value="1" <?php if ($_['shareAPIEnabled'] === 'yes') print_unescaped('checked="checked"'); ?> /> |