diff --git a/program/actions/settings/about.php b/program/actions/settings/about.php index fbfcb89027..349a219235 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 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 ' + . '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.'; }, ]);