diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-06-18 14:46:07 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-06-18 15:04:06 +0200 |
commit | 216082dfc48e78942faa616abfdbc04065b5c22f (patch) | |
tree | d3379f758dd0c92dd89be99f9a55f4abeec39e8b | |
parent | 883d79b2f7a8d57c5a3f8bcbc4bd018dea7f82c7 (diff) | |
download | sonarqube-216082dfc48e78942faa616abfdbc04065b5c22f.tar.gz sonarqube-216082dfc48e78942faa616abfdbc04065b5c22f.zip |
fix shortcut help label
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 2 |
1 files changed, 1 insertions, 1 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 f0c2966f74c..8b22a85be2b 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1078,7 +1078,7 @@ shortcuts.section.issues.navigate_between_issues=navigate between issues shortcuts.section.issues.open_details=go from the list of issues to the source code shortcuts.section.issues.return_to_list=return back to the list -shortcuts.section.issue.space=select an issue +shortcuts.section.issue.select=select an issue shortcuts.section.issue.do_transition=do an issue transition shortcuts.section.issue.assign=assign issue shortcuts.section.issue.assign_to_me=assign issue to the current user |