summaryrefslogtreecommitdiffstats
path: root/options/locale
diff options
context:
space:
mode:
authorLauris BH <lauris@nix.lv>2020-10-14 14:17:40 +0300
committerGitHub <noreply@github.com>2020-10-14 14:17:40 +0300
commita2a05d164bda9a0fce11ffa17290ee77611c5ccc (patch)
treeb88bc3e4b4820a066bdcabd1e208aaeeafdfff2f /options/locale
parentedfebe65b14c167d5d14169334c4ba37dbebb700 (diff)
downloadgitea-a2a05d164bda9a0fce11ffa17290ee77611c5ccc.tar.gz
gitea-a2a05d164bda9a0fce11ffa17290ee77611c5ccc.zip
Fix punctuation in trust model description (#13140)
Diffstat (limited to 'options/locale')
-rw-r--r--options/locale/locale_en-US.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini
index 5f042a6059..95ffa0b0ed 100644
--- a/options/locale/locale_en-US.ini
+++ b/options/locale/locale_en-US.ini
@@ -965,7 +965,7 @@ issues.new.no_reviewers = No reviewers
issues.new.add_reviewer_title = Request review
issues.choose.get_started = Get Started
issues.choose.blank = Default
-issues.choose.blank_about = Create an issue from default template.
+issues.choose.blank_about = Create an issue from default template.
issues.no_ref = No Branch/Tag Specified
issues.create = Create Issue
issues.new_label = New Label
@@ -1502,7 +1502,7 @@ settings.trust_model.committer.long = Committer: Trust signatures that match com
settings.trust_model.committer.desc = Valid signatures will only be marked "trusted" if they match the committer, otherwise they will be marked "unmatched". This will force Gitea to be the committer on signed commits with the actual committer marked as Co-Authored-By: and Co-Committed-By: trailer in the commit. The default Gitea key must match a User in the database.
settings.trust_model.collaboratorcommitter = Collaborator+Committer
settings.trust_model.collaboratorcommitter.long = Collaborator+Committer: Trust signatures by collaborators which match the committer
-settings.trust_model.collaboratorcommitter.desc = Valid signatures by collaborators of this repository will be marked "trusted" if they match the committer. Otherwise, valid signatures will be marked "untrusted" if the signature matches the committer and "unmatched" otherwise. This will force Gitea to be marked as the committer on signed commits with the actual committer marked as Co-Authored-By: and Co-Committed-By: trailer in the commit. The default Gitea key must match a User in the database,
+settings.trust_model.collaboratorcommitter.desc = Valid signatures by collaborators of this repository will be marked "trusted" if they match the committer. Otherwise, valid signatures will be marked "untrusted" if the signature matches the committer and "unmatched" otherwise. This will force Gitea to be marked as the committer on signed commits with the actual committer marked as Co-Authored-By: and Co-Committed-By: trailer in the commit. The default Gitea key must match a User in the database.
settings.wiki_delete = Delete Wiki Data
settings.wiki_delete_desc = Deleting repository wiki data is permanent and cannot be undone.
settings.wiki_delete_notices_1 = - This will permanently delete and disable the repository wiki for %s.