Skip to content

Commit 31011f5

Browse files
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 <[email protected]>
1 parent 5c1b550 commit 31011f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

options/locale/locale_en-US.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1555,9 +1555,9 @@ issues.no_content = No description provided.
15551555
issues.close = Close Issue
15561556
issues.comment_pull_merged_at = merged commit %[1]s into %[2]s %[3]s
15571557
issues.comment_manually_pull_merged_at = manually merged commit %[1]s into %[2]s %[3]s
1558-
issues.close_comment_issue = Comment and Close
1558+
issues.close_comment_issue = Close with Comment
15591559
issues.reopen_issue = Reopen
1560-
issues.reopen_comment_issue = Comment and Reopen
1560+
issues.reopen_comment_issue = Reopen with Comment
15611561
issues.create_comment = Comment
15621562
issues.comment.blocked_user = Cannot create or edit comment because you are blocked by the poster or repository owner.
15631563
issues.closed_at = `closed this issue <a id="%[1]s" href="#%[1]s">%[2]s</a>`

0 commit comments

Comments
 (0)