aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@gmail.com>2013-08-13 15:55:18 +0200
committerJulien Lancelot <julien.lancelot@gmail.com>2013-08-13 15:55:18 +0200
commit76bdc0dce4922708aaca0583b126a7f6ca3559c2 (patch)
tree4acfb95785e1f4facb8bf192a721abc515bc64c0 /plugins
parentb8884a98dd15997beef796730a1424c8af395a18 (diff)
downloadsonarqube-76bdc0dce4922708aaca0583b126a7f6ca3559c2.tar.gz
sonarqube-76bdc0dce4922708aaca0583b126a7f6ca3559c2.zip
SONAR-4552 Display a nice error page when requesting a page that tries to display a non-existing project
Diffstat (limited to 'plugins')
-rw-r--r--plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties
index 21d6117d9e0..eb291c817c1 100644
--- a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties
+++ b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties
@@ -689,6 +689,7 @@ dashboard.shared_dashboards.description=These dashboards can be added to default
dashboard.username.default=[SonarQube]
dashboard.delete_confirm_title=Delete dashboard
dashboard.delete_dashboard=Delete dashboard
+dashboard.project_not_found=The requested project does not exist. Either it has never been analyzed successfully or it has been deleted.
#------------------------------------------------------------------------------