aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsimonbrandhof <simon.brandhof@gmail.com>2010-11-01 18:27:13 +0000
committersimonbrandhof <simon.brandhof@gmail.com>2010-11-01 18:27:13 +0000
commit1cf4319b8274779de77de0eb9fed740a7623e7fb (patch)
tree53400c152bb24f96247336fe061e17b1a4764166
parent51e6a276a3ab5b3538b469d75c8afea8bb4a581d (diff)
downloadsonarqube-1cf4319b8274779de77de0eb9fed740a7623e7fb.tar.gz
sonarqube-1cf4319b8274779de77de0eb9fed740a7623e7fb.zip
rename description of the google analytics plugin
-rw-r--r--plugins/sonar-googleanalytics-plugin/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/sonar-googleanalytics-plugin/pom.xml b/plugins/sonar-googleanalytics-plugin/pom.xml
index cad5b9230d9..a26dab19a32 100644
--- a/plugins/sonar-googleanalytics-plugin/pom.xml
+++ b/plugins/sonar-googleanalytics-plugin/pom.xml
@@ -59,7 +59,7 @@
<pluginKey>google-analytics</pluginKey>
<pluginName>Google analytics</pluginName>
<pluginClass>org.sonar.plugins.googleanalytics.GoogleAnalyticsPlugin</pluginClass>
- <pluginDescription><![CDATA[Monitor what people are exploring with <a href="http://www.google.com/analytics/">Google Analytics</a>.]]></pluginDescription>
+ <pluginDescription><![CDATA[Add the <a href="http://www.google.com/analytics/">Google Analytics</a> tracking script to the Sonar web application]]></pluginDescription>
</configuration>
</plugin>
<plugin>