aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-l10n-en-plugin
diff options
context:
space:
mode:
authorFabrice Bellingard <bellingard@gmail.com>2011-12-13 15:40:00 +0100
committerFabrice Bellingard <bellingard@gmail.com>2011-12-13 15:40:56 +0100
commit65cb425e561a1789beee8baa12e6b1aace140c15 (patch)
tree49d124ea6a553209ab540b3089b0c63f69699362 /plugins/sonar-l10n-en-plugin
parent2ad595f71d67e104768d34d5ee0118820681cb25 (diff)
downloadsonarqube-65cb425e561a1789beee8baa12e6b1aace140c15.tar.gz
sonarqube-65cb425e561a1789beee8baa12e6b1aace140c15.zip
SONAR-1929 Modify the new DashboardTemplate API
- Replace the annotation-based one with a POJO one - Fix some issues based on Simon's feedback
Diffstat (limited to 'plugins/sonar-l10n-en-plugin')
-rw-r--r--plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties8
1 files changed, 4 insertions, 4 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 60f4c525a91..78585d8bd10 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
@@ -449,11 +449,11 @@ property.category.server_id=Server ID
#
#------------------------------------------------------------------------------
-dashboard.sonar-main-dashboard.name=Dashboard
-dashboard.sonar-main-dashboard.description=Default dashboard
+dashboard.sonar-main.name=Dashboard
+dashboard.sonar-main.description=Default dashboard
-dashboard.sonar-hotspots-dashboard.name=Hotspots
-dashboard.sonar-hotspots-dashboard.description=Most useful hotspots widgets
+dashboard.sonar-hotspots.name=Hotspots
+dashboard.sonar-hotspots.description=Most useful hotspots widgets
#------------------------------------------------------------------------------