diff options
author | U-DESKTOP-GN2POE0\jared <jared.stofflet@gmail.com> | 2016-12-29 22:36:32 -0500 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2017-02-02 15:48:32 +0100 |
commit | 6b5beb16675db71236ecf5a3b0c50dff8d7e52fc (patch) | |
tree | a67a529117e3960f93a736a56038e34fe33b423e /sonar-core | |
parent | 90f7d5054888239d60307487d9ff0cd8803832f5 (diff) | |
download | sonarqube-6b5beb16675db71236ecf5a3b0c50dff8d7e52fc.tar.gz sonarqube-6b5beb16675db71236ecf5a3b0c50dff8d7e52fc.zip |
Add aria labels to issue rule and filter buttons in issue list. This is required since these buttons do not have
text describing what they do so are announced as "button" when using Jaws screen reading software.
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties index d3b386694da..965682207f9 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -601,6 +601,7 @@ issue.comment.delete_confirm_title=Delete Comment issue.comment.delete_confirm_message=Do you want to delete this comment? issue.comment.delete_confirm_button=Delete issue.details=Details +issue.rule_details=Rule Details issue.send_notifications=Send Notifications issue.transition=Transition issue.transition.confirm=Confirm |