diff --git a/apps/federatedfilesharing/templates/settings-admin.php b/apps/federatedfilesharing/templates/settings-admin.php index b60ff1083b..7343a867d5 100644 --- a/apps/federatedfilesharing/templates/settings-admin.php +++ b/apps/federatedfilesharing/templates/settings-admin.php @@ -9,7 +9,6 @@ script('federatedfilesharing', 'settings-admin'); -

/> diff --git a/apps/federation/css/settings-admin.css b/apps/federation/css/settings-admin.css index 97a50785f8..3fd5f5aea6 100644 --- a/apps/federation/css/settings-admin.css +++ b/apps/federation/css/settings-admin.css @@ -1,9 +1,9 @@ #ocFederationSettings p { - padding-top: 10px; + padding-bottom: 10px; } #listOfTrustedServers li { - padding-top: 10px; + padding-bottom: 10px; } .removeTrustedServer { diff --git a/apps/federation/templates/settings-admin.php b/apps/federation/templates/settings-admin.php index dbcb4a54e6..f0c2db8196 100644 --- a/apps/federation/templates/settings-admin.php +++ b/apps/federation/templates/settings-admin.php @@ -7,21 +7,14 @@ script('federation', 'settings-admin'); style('federation', 'settings-admin') ?>

-

t('Federation')); ?>

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

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

/>

-

t('Trusted servers')); ?>

-

- - - - -

+

+ + + + +

- diff --git a/apps/sharebymail/css/settings-admin.css b/apps/sharebymail/css/settings-admin.css index c7bfb122f3..fc6093ad52 100644 --- a/apps/sharebymail/css/settings-admin.css +++ b/apps/sharebymail/css/settings-admin.css @@ -1,3 +1,3 @@ #ncShareByMailSettings p { - padding-top: 10px; + padding-bottom: 10px; } diff --git a/apps/sharebymail/templates/settings-admin.php b/apps/sharebymail/templates/settings-admin.php index 3af98741e5..50fede8668 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 de97b283d0..e964f610ca 100644 --- a/apps/systemtags/templates/admin.php +++ b/apps/systemtags/templates/admin.php @@ -33,8 +33,9 @@ script('systemtags', 'admin');

t('Collaborative tags')); ?>

+

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

- +

diff --git a/apps/theming/templates/settings-admin.php b/apps/theming/templates/settings-admin.php index 920b4a007d..61fe57c3c7 100644 --- a/apps/theming/templates/settings-admin.php +++ b/apps/theming/templates/settings-admin.php @@ -28,6 +28,7 @@ style('theming', 'settings-admin'); ?>

t('Theming')); ?>

+

t('Theming makes it possible to easily customize the look and feel of your instance. This will be visible for all users.')); ?>

diff --git a/apps/updatenotification/templates/admin.php b/apps/updatenotification/templates/admin.php index 28a4799241..dcea7cf3e6 100644 --- a/apps/updatenotification/templates/admin.php +++ b/apps/updatenotification/templates/admin.php @@ -23,7 +23,7 @@ t('Download now')) ?> - t('Your version is up to date.')); ?> + t('Your version is up to date.')); ?> diff --git a/settings/css/settings.css b/settings/css/settings.css index a046148dcc..7e91877773 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -979,3 +979,9 @@ doesnotexist:-o-prefocus, .strengthify-wrapper { #warning { color: red; } + +.settings-hint { + margin-top: -12px; + margin-bottom: 12px; + opacity: .7; +} diff --git a/settings/templates/admin/additional-mail.php b/settings/templates/admin/additional-mail.php index 7f8706274f..249252dc69 100644 --- a/settings/templates/admin/additional-mail.php +++ b/settings/templates/admin/additional-mail.php @@ -56,8 +56,8 @@ if ($_['mail_smtpmode'] === 'qmail') { - -

t('This is used for sending out notifications.')); ?>

+

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 4b6d904568..1d956a8f7c 100644 --- a/settings/templates/admin/encryption.php +++ b/settings/templates/admin/encryption.php @@ -31,7 +31,7 @@ - +

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('Security & setup warnings'));?>

+

t('It\'s important for the security and performance of your instance that everything is configured correctly. To help you with that we are doing some automatic checks. Please see the Tips & Ticks section and the documentation for more information.'));?>