From d36058f0f0ea7f9f2d20c98b11a6fd70cbea5878 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9on=20Avic=20Simmons?= Date: Mon, 29 Jun 2026 14:38:44 -0400 Subject: [PATCH] Fix typos and grammar in blog posts and contribute page - Remove extra space before link in 1.2-beta blog post - Fix grammar: "allows to configure" -> "allows one to configure" - Fix subject-verb agreement: "have to be used" -> "has to be used" - Fix word choice/agreement: "this cleaning efforts" -> "these cleanup efforts" - Fix word confusion: "proceeded" -> "processed" on contribute page --- _posts/2015-11-23-roundcube-webmail-1.2-beta-out-now.md | 2 +- _posts/2021-12-05-recent-roundcube-docker-builds.md | 2 +- _posts/2022-03-06-roundcube-1.6-beta-released.md | 4 ++-- contribute/index.html | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/_posts/2015-11-23-roundcube-webmail-1.2-beta-out-now.md b/_posts/2015-11-23-roundcube-webmail-1.2-beta-out-now.md index 82c5043..e15cee5 100644 --- a/_posts/2015-11-23-roundcube-webmail-1.2-beta-out-now.md +++ b/_posts/2015-11-23-roundcube-webmail-1.2-beta-out-now.md @@ -45,7 +45,7 @@ about the Enigma plugin and how it works. Please test your plugins thoroughly and look for deprecation warnings in the logs. See the complete Changelog at [trac.roundcube.net/wiki/Changelog](http://trac.roundcube.net/wiki/Changelog) -and download the new packages from [roundcube.net/download](https://roundcube.net/download). +and download the new packages from [roundcube.net/download](https://roundcube.net/download). Please note that this is a beta release and we recommend to test it on a separate environment. And don't forget to backup your data before installing it. diff --git a/_posts/2021-12-05-recent-roundcube-docker-builds.md b/_posts/2021-12-05-recent-roundcube-docker-builds.md index e95a608..52cd1d2 100644 --- a/_posts/2021-12-05-recent-roundcube-docker-builds.md +++ b/_posts/2021-12-05-recent-roundcube-docker-builds.md @@ -26,7 +26,7 @@ file for detailed descriptions of these variables. ## Redis support built in The new images for versions 1.4.12 and 1.5.1 now have the PHP Redis module included -which allows to configure Redis as caching engine or session storage backend. +which allows one to configure Redis as caching engine or session storage backend. ## Image tagging schema diff --git a/_posts/2022-03-06-roundcube-1.6-beta-released.md b/_posts/2022-03-06-roundcube-1.6-beta-released.md index d309421..ec60c7b 100644 --- a/_posts/2022-03-06-roundcube-1.6-beta-released.md +++ b/_posts/2022-03-06-roundcube-1.6-beta-released.md @@ -16,7 +16,7 @@ The most noteworthy changes are: * SQLite: Use foreign keys, require SQLite >= 3.6.19 Adding support for PHP 8.1 again required some refactoring of the Roundcube codebase -and removing/replacing now deprecated PHP code. We also used this cleaning efforts +and removing/replacing now deprecated PHP code. We also used these cleanup efforts and simplified Roundcube's config options a bit. ## Breaking Changes @@ -36,7 +36,7 @@ The following config options have either been removed or renamed: - removed `use_tls` option from `ldap_public` array (use tls:// prefix in `host`) 4. Managesieve: - removed `managesieve_port` option (non-standard port can be set via `managesieve_host`) - - removed `managesieve_usetls` option (tls:// prefix in `managesieve_host` have to be used) + - removed `managesieve_usetls` option (tls:// prefix in `managesieve_host` has to be used) If you used the **Larry** or the **Classic** skin in your deployment, you need to install them manually as they are no longer part of the release packages. They can easily be installed via Composer: diff --git a/contribute/index.html b/contribute/index.html index 2144d63..3ee278d 100644 --- a/contribute/index.html +++ b/contribute/index.html @@ -51,7 +51,7 @@

How to Contribute

Go to transifex.com and register yourself as a Transifex user. In order to start translating, you have to become a member of the translation team for your language. To do so, choose your language from the list and then click "Join team" on the upper right part of the overview page. - Your request will be proceeded as fast as possible.

+ Your request will be processed as fast as possible.