diff options
author | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2014-07-01 14:09:58 +0200 |
---|---|---|
committer | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2014-07-01 14:10:04 +0200 |
commit | 1c572b3f3c04251893d9f3dc051ae44cb9e5758d (patch) | |
tree | 5a09b7819bc4eb473184e4010ebbbe844c832f17 | |
parent | ef3e590d1ba5372d825216f85816463fa8e50a99 (diff) | |
download | sonarqube-1c572b3f3c04251893d9f3dc051ae44cb9e5758d.tar.gz sonarqube-1c572b3f3c04251893d9f3dc051ae44cb9e5758d.zip |
SONAR-5138 Rename Coding Rules navigation link to Rules
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 5 |
1 files changed, 2 insertions, 3 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 e6aa5ec764e..847745dfee0 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -192,7 +192,7 @@ are_you_sure=Are you sure? assigned_to=Assigned to bulk_change=Bulk Change bulleted_point=Bulleted point -coding_rules=Coding rules +coding_rules=Rules click_to_add_to_favorites=Click to add to favorites click_to_remove_from_favorites=Click to remove from favorites contact_admin=Please contact your administrator. @@ -427,7 +427,7 @@ sidebar.tools=Tools action_plans.page=Action Plans action_plans.page.description=Create and administer Action Plans for this project. Action Plans allow you to prioritize and group issues, and to monitor progress on those groups. all_rules.page=All Rules -coding_rules.page=Coding Rules +coding_rules.page=Rules global_permissions.page=Global Permissions global_permissions.page.description=Grant and revoke permissions to make changes at the global level. These permissions include editing quality profiles, sharing dashboards, and performing global system administration. manual_metrics.page=Manual Metrics @@ -1728,7 +1728,6 @@ coding_rules.ordered_by=Ordered By coding_rules.original=Original: coding_rules.overrides="{0}" overrides "{1}" coding_rules.overwrite=Overwrite -coding_rules.page=Coding Rules coding_rules.parameters=Parameters coding_rules.parameters.default_value=Default Value: coding_rules.permalink=Permalink |