diff options
author | Felipe Leopoldo Sologuren Gutiérrez <fsologureng@users.noreply.github.com> | 2023-01-31 22:43:06 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-01 01:43:06 +0000 |
commit | 7fd5d38860a9aef1a2ba3b30e882492fde84c9be (patch) | |
tree | 8c9518d480056cbc8f8ee097952fa9a7b7ed2778 /options | |
parent | faa96553d1dd5487b8d3682c8eac100580b321e3 (diff) | |
download | gitea-7fd5d38860a9aef1a2ba3b30e882492fde84c9be.tar.gz gitea-7fd5d38860a9aef1a2ba3b30e882492fde84c9be.zip |
Improve checkbox accessibility a bit by adding the title attribute (#22593)
EDIT: The main change of this PR was resolved by #22599. This
complements that PR for some cases without label and complicated layout
to be added.
NOTE: Contributed by @Forgejo.
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 3495afe859..de80a710e9 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -1131,6 +1131,7 @@ editor.commit_directly_to_this_branch = Commit directly to the <strong class="br editor.create_new_branch = Create a <strong>new branch</strong> for this commit and start a pull request. editor.create_new_branch_np = Create a <strong>new branch</strong> for this commit. editor.propose_file_change = Propose file change +editor.new_branch_name = Name the new branch for this commit editor.new_branch_name_desc = New branch name… editor.cancel = Cancel editor.filename_cannot_be_empty = The filename cannot be empty. @@ -1336,6 +1337,8 @@ issues.action_milestone = Milestone issues.action_milestone_no_select = No milestone issues.action_assignee = Assignee issues.action_assignee_no_select = No assignee +issues.action_check = Check/Uncheck +issues.action_check_all = Check/Uncheck all items issues.opened_by = opened %[1]s by <a href="%[2]s">%[3]s</a> pulls.merged_by = by <a href="%[2]s">%[3]s</a> was merged %[1]s pulls.merged_by_fake = by %[2]s was merged %[1]s |