diff options
author | Fabrice Bellingard <bellingard@gmail.com> | 2012-03-27 19:13:47 +0200 |
---|---|---|
committer | Fabrice Bellingard <bellingard@gmail.com> | 2012-03-27 19:13:47 +0200 |
commit | f6983bdbac0ea0edfc3461cb569799b342124718 (patch) | |
tree | de2bbb4572cff82a8b137bf3b390dd0a4809a89e /plugins/sonar-l10n-en-plugin/src | |
parent | 3a4246ab08dc99138f112ebd1769ee8a7935be9a (diff) | |
download | sonarqube-f6983bdbac0ea0edfc3461cb569799b342124718.tar.gz sonarqube-f6983bdbac0ea0edfc3461cb569799b342124718.zip |
SONAR-3114 Set the tab ID to its previous value ('dependencies')
Diffstat (limited to 'plugins/sonar-l10n-en-plugin/src')
-rw-r--r-- | plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties index 1a60cfa55e8..82eb81b3524 100644 --- a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties +++ b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties @@ -325,7 +325,7 @@ violations.page=Violations violations_drilldown.page=Violations Drilldown update_center.page=Update Center lcom4_viewer.page=LCOM4 -dependencies_viewer.page=Dependencies +dependencies.page=Dependencies # GWT pages @@ -842,8 +842,8 @@ code_viewer.create_violation.unit_test_not_supported=Users can not create their # DEPENDENCIES VIEWER # #------------------------------------------------------------------------------ -dependencies_viewer.ca=Afferent (incoming) couplings -dependencies_viewer.ce=Efferent (outgoing) couplings +dependencies.ca=Afferent (incoming) couplings +dependencies.ce=Efferent (outgoing) couplings #------------------------------------------------------------------------------ |