From bbb58625fee3127208c968c0f81cd5f9f86d97eb Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Tue, 25 Apr 2017 17:45:02 +0200 Subject: Wording fixes Signed-off-by: Jan-Christoph Borchardt --- apps/federation/templates/settings-admin.php | 3 +-- apps/sharebymail/templates/settings-admin.php | 3 +-- apps/systemtags/templates/admin.php | 4 ++-- settings/templates/admin/additional-mail.php | 3 +-- settings/templates/admin/encryption.php | 2 +- settings/templates/admin/server.php | 2 +- settings/templates/admin/sharing.php | 2 +- 7 files changed, 8 insertions(+), 11 deletions(-) diff --git a/apps/federation/templates/settings-admin.php b/apps/federation/templates/settings-admin.php index 572fefc08bb..f0c2db81961 100644 --- a/apps/federation/templates/settings-admin.php +++ b/apps/federation/templates/settings-admin.php @@ -7,7 +7,7 @@ script('federation', 'settings-admin'); style('federation', 'settings-admin') ?>
-

t('Trusted Servers')); ?>

+

t('Trusted servers')); ?>

t('Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing.')); ?>

@@ -42,4 +42,3 @@ style('federation', 'settings-admin')

- diff --git a/apps/sharebymail/templates/settings-admin.php b/apps/sharebymail/templates/settings-admin.php index d3a9dbacaf3..50fede86685 100644 --- a/apps/sharebymail/templates/settings-admin.php +++ b/apps/sharebymail/templates/settings-admin.php @@ -8,7 +8,7 @@ style('sharebymail', 'settings-admin'); ?>

t('Share by mail')); ?>

-

t('Send a personalized link to a file or folder by mail.')); ?>

+

t('Allows users to share a personalized link to a file or folder by putting in an email address.')); ?>

/> @@ -18,4 +18,3 @@ style('sharebymail', 'settings-admin');

- diff --git a/apps/systemtags/templates/admin.php b/apps/systemtags/templates/admin.php index 8cd6b282dfc..e964f610ca1 100644 --- a/apps/systemtags/templates/admin.php +++ b/apps/systemtags/templates/admin.php @@ -33,9 +33,9 @@ script('systemtags', 'admin');

t('Collaborative tags')); ?>

-

t('Make it possible to create and edit collaborative tags. This tags effect all users.')); ?>

+

t('Create and edit collaborative tags. These tags affect all users.')); ?>

- +

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') { -

t('It is important to setup this server to be able to send emails. This is for example used to send out notification.')); ?>

+

t('It is important to set up this server to be able to send emails, like for password reset and notifications.')); ?>

@@ -137,4 +137,3 @@ if ($_['mail_smtpmode'] === 'qmail') { - 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 @@ -

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.')); ?>

+

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.')); ?>

-

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.'));?>

+

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.'));?>

-

t('As Admin you can fine tune the sharing behavior. Please see the documentation for more information.'));?>

+

t('As admin you can fine-tune the sharing behavior. Please see the documentation for more information.'));?>

/> -- cgit v1.2.3