From 8166db65ec7bec2d7758b09811c5e24c54379709 Mon Sep 17 00:00:00 2001 From: nicolas Date: Thu, 28 Nov 2024 10:04:49 +0100 Subject: [PATCH 1/2] Add useful links in About --- program/actions/settings/about.php | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/program/actions/settings/about.php b/program/actions/settings/about.php index fbfcb89027..c67a6e1e03 100644 --- a/program/actions/settings/about.php +++ b/program/actions/settings/about.php @@ -42,12 +42,13 @@ public function run($args = []) return 'Copyright © The Roundcube Dev Team'; }, 'license' => static function () { - return 'This program is free software; you can redistribute it and/or modify it under the terms ' - . 'of the GNU General Public License ' - . 'as published by the Free Software Foundation, either version 3 of the License, ' - . 'or (at your option) any later version.
' - . 'Some exceptions ' - . 'for skins & plugins apply.'; + return 'This webmail is powered by Roundcube, a fully-featured browser-based e-mail client. ' + . 'You can find documentation in the user guide.' + . '

' + . 'Roundcube is free software. You can contribute to improve it ' + . 'and redistribute it and/or modify it under the terms of the GNU General Public License ' + . 'as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. ' + . 'Some exceptions for skins and plugins apply.'; }, ]); From ecad5ed4b881e1a98a21fdf26c49abfb22cf4f1b Mon Sep 17 00:00:00 2001 From: nicolas Date: Thu, 28 Nov 2024 14:56:40 +0100 Subject: [PATCH 2/2] Update phrasing for documentation Phrasing by @Cwpute --- program/actions/settings/about.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program/actions/settings/about.php b/program/actions/settings/about.php index c67a6e1e03..349a219235 100644 --- a/program/actions/settings/about.php +++ b/program/actions/settings/about.php @@ -43,7 +43,7 @@ public function run($args = []) }, 'license' => static function () { return 'This webmail is powered by Roundcube, a fully-featured browser-based e-mail client. ' - . 'You can find documentation in the user guide.' + . 'You can find help and further documentation in the user guide.' . '

' . 'Roundcube is free software. You can contribute to improve it ' . 'and redistribute it and/or modify it under the terms of the GNU General Public License '