diff options
author | techknowlogick <techknowlogick@gitea.com> | 2024-05-29 11:54:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-29 15:54:17 +0000 |
commit | 31011f5cde15bc8f8b58a714c201e6865ce9fd6e (patch) | |
tree | 0bc12dd89baab7456d38d9eaf32d2ea0ddb4efa9 /options/locale | |
parent | 5c1b550e00e9460078e00c41a32d206b260ef482 (diff) | |
download | gitea-31011f5cde15bc8f8b58a714c201e6865ce9fd6e.tar.gz gitea-31011f5cde15bc8f8b58a714c201e6865ce9fd6e.zip |
Swap word order in Comment and Close (#31148)
Reduce accident closing of tickets only to re-open them right away. This
aligns the text on these buttons with what GitHub has.
Commit is authored by @LazyDodo, and was committed to the Blender fork
by @brechtvl
Background details:
https://projects.blender.org/infrastructure/gitea-custom/pulls/7
Co-authored-by: Ray Molenkamp <github@lazydodo.com>
Diffstat (limited to 'options/locale')
-rw-r--r-- | options/locale/locale_en-US.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 772b11c2ba..539715b3f9 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -1555,9 +1555,9 @@ issues.no_content = No description provided. issues.close = Close Issue issues.comment_pull_merged_at = merged commit %[1]s into %[2]s %[3]s issues.comment_manually_pull_merged_at = manually merged commit %[1]s into %[2]s %[3]s -issues.close_comment_issue = Comment and Close +issues.close_comment_issue = Close with Comment issues.reopen_issue = Reopen -issues.reopen_comment_issue = Comment and Reopen +issues.reopen_comment_issue = Reopen with Comment issues.create_comment = Comment issues.comment.blocked_user = Cannot create or edit comment because you are blocked by the poster or repository owner. issues.closed_at = `closed this issue <a id="%[1]s" href="#%[1]s">%[2]s</a>` |