diff options
author | Stas Vilchik <Stas@Stas-MacBook-Pro.local> | 2015-03-06 10:04:27 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-03-09 11:08:22 +0100 |
commit | ce3a382edc132d253dd6e5c4be9d2939c0839208 (patch) | |
tree | 428a4601d64ef1e21bcdea52002176e88e823c59 | |
parent | 3f0d6bda7cba5afb7613ea3f07cf85431e397a10 (diff) | |
download | sonarqube-ce3a382edc132d253dd6e5c4be9d2939c0839208.tar.gz sonarqube-ce3a382edc132d253dd6e5c4be9d2939c0839208.zip |
Revert "update shortcuts help labels"
This reverts commit 7112f00bad9ebb9081d08200ec41f210ed7cbe3b.
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 4 |
1 files changed, 2 insertions, 2 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 7e43654f746..1c2fb9256d0 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1071,8 +1071,8 @@ 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=navigate between items in a list -shortcuts.section.rules.open_details=go from the list of items to the rule details +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 |