From 56395a7cf2046fa22612ef51d5ebb8a1240908ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 4 Nov 2024 09:38:38 +0100 Subject: [PATCH] docs: clarify some sentences --- docs/admin/backup.rst | 2 +- docs/admin/projects.rst | 2 +- docs/admin/upgrade.rst | 2 +- docs/contributing/trademark.rst | 2 +- docs/workflows.rst | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/admin/backup.rst b/docs/admin/backup.rst index 6f7c4a9f0548..e30b0b08f8b6 100644 --- a/docs/admin/backup.rst +++ b/docs/admin/backup.rst @@ -322,7 +322,7 @@ The version control repositories contain a copy of your upstream repositories with Weblate changes. If you have :ref:`component-push_on_commit` enabled for all your translation components, all Weblate changes are included upstream. No need to back up the repositories on the Weblate side as they can be cloned -again from the upstream location(s) with no data loss. +again from the upstream location with no data loss. SSH and GPG keys ++++++++++++++++ diff --git a/docs/admin/projects.rst b/docs/admin/projects.rst index 7f1d0e2d7c5c..9a6a8d98a510 100644 --- a/docs/admin/projects.rst +++ b/docs/admin/projects.rst @@ -1134,7 +1134,7 @@ There are also additional filter to manipulate with filenames: File in parent dir: {{ filename|parentdir }} It can be used multiple times: {{ filename|parentdir|parentdir }} -...and other Django template features. +…and other Django template features. .. _import-speed: diff --git a/docs/admin/upgrade.rst b/docs/admin/upgrade.rst index dec26dd16e99..15d282d8bad5 100644 --- a/docs/admin/upgrade.rst +++ b/docs/admin/upgrade.rst @@ -23,7 +23,7 @@ Once all requirements are installed or upgraded, ensure your :file:`settings_example.py` for correct values). Always check :ref:`version-specific-instructions` before upgrading. If you are -skipping any version(s), be sure to follow instructions for all versions you are +skipping any versions, be sure to follow instructions for all versions you are skipping during such upgrade. It's sometimes better to upgrade gradually to an intermediate version to ensure a smooth migration. Upgrading across multiple releases should work, but is not as well tested as single version upgrades! diff --git a/docs/contributing/trademark.rst b/docs/contributing/trademark.rst index 4bbb40440ca3..59452fb4e992 100644 --- a/docs/contributing/trademark.rst +++ b/docs/contributing/trademark.rst @@ -57,7 +57,7 @@ The specific license for each of Weblate's software products and code says what **You Must:** -* Follow the terms of the Open-Source License(s) for Weblate software products and code (mainly GPLv3). +* Follow the terms of the Open-Source Licenses for Weblate software products and code (mainly GPLv3). * Choose branding, logos, and trademarks that denotes your own unique identity to clearly signal to users that there is no affiliation with or endorsement by Weblate. * Follow the General Guidelines, above. diff --git a/docs/workflows.rst b/docs/workflows.rst index 1f89fc65bd72..043b0f35fbf3 100644 --- a/docs/workflows.rst +++ b/docs/workflows.rst @@ -132,7 +132,7 @@ Peer review ----------- With this workflow, anybody can add a suggestion, which needs approval -from additional member(s) before it is accepted as a translation. +from additional members before it is accepted as a translation. * *Any user* can add suggestions. * *Any user* can vote for suggestions.