diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-02-25 10:34:21 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-02-25 11:07:16 +0100 |
commit | 32edc1138c8894d6f38c1dde815b213c7a9ab7c1 (patch) | |
tree | da653ec04ca941b4a41ff0f555f979d8f937865c /sonar-core | |
parent | d908e0b1cd3e4c10a68b42c0bdebdf4adf2cb2ee (diff) | |
download | sonarqube-32edc1138c8894d6f38c1dde815b213c7a9ab7c1.tar.gz sonarqube-32edc1138c8894d6f38c1dde815b213c7a9ab7c1.zip |
update shortcuts help
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 32 |
1 files changed, 16 insertions, 16 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 32ad060fa00..818f275957d 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1052,26 +1052,26 @@ search.shortcut=Press S to quickly open search bar shortcuts.modal_title=Shortcuts shortcuts.section.global=Global -shortcuts.section.global.search=to quickly open search bar -shortcuts.section.global.shortcuts=to open this window +shortcuts.section.global.search=quickly open search bar +shortcuts.section.global.shortcuts=open this window shortcuts.section.issues=Issues Page -shortcuts.section.issues.navigate_between_issues=to navigate between issues -shortcuts.section.issues.open_details=to go from the list of issues to the source code -shortcuts.section.issues.return_to_list=to return back to the list - -shortcuts.section.issue.do_transition=to do an issue transition -shortcuts.section.issue.assign=to assign issue -shortcuts.section.issue.assign_to_me=to assign issue to the current user -shortcuts.section.issue.plan=to plan issue -shortcuts.section.issue.change_severity=to change severity of issue -shortcuts.section.issue.comment=to comment issue -shortcuts.section.issue.change_tags=to change tags of issue +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.do_transition=do an issue transition +shortcuts.section.issue.assign=assign issue +shortcuts.section.issue.assign_to_me=assign issue to the current user +shortcuts.section.issue.plan=plan issue +shortcuts.section.issue.change_severity=change severity of issue +shortcuts.section.issue.comment=comment issue +shortcuts.section.issue.change_tags=change tags of issue shortcuts.section.rules=Rules Page -shortcuts.section.rules.navigate_between_rules=to navigate between rules -shortcuts.section.rules.open_details=to go from the list of rules to the rule details -shortcuts.section.rules.return_to_list=to return back to the list +shortcuts.section.rules.navigate_between_rules=navigate between rules +shortcuts.section.rules.open_details=go from the list of rules to the rule details +shortcuts.section.rules.return_to_list=return back to the list #------------------------------------------------------------------------------ |