diff options
author | Jean-Baptiste Vilain <jean-baptiste.vilain@sonarsource.com> | 2013-07-23 17:50:27 +0200 |
---|---|---|
committer | Jean-Baptiste Vilain <jean-baptiste.vilain@sonarsource.com> | 2013-07-23 17:50:27 +0200 |
commit | c2f09598513b1883198a9cda86495335f9dc4932 (patch) | |
tree | d46321dbec4eeee0b6e17e39e79034c667fe4727 /plugins | |
parent | 3eb59f11b07109392445d96ddd4e03ee2def12b9 (diff) | |
download | sonarqube-c2f09598513b1883198a9cda86495335f9dc4932.tar.gz sonarqube-c2f09598513b1883198a9cda86495335f9dc4932.zip |
SONAR-4453 Notify user when the selection exceeds the max number of projects updatable in a row
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties | 1 |
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 38febb52930..6c511ff2322 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 @@ -2263,6 +2263,7 @@ projects_role.bulk_change=Bulk Change projects_role.apply_template=Apply Permission Template projects_role.apply_template_to_xxx=Apply Permission Template To "{0}" projects_role.no_projects=There are currently no results to apply the permission template to. +projects_role.exceeds_projects_limit_xxx=The current selection exceeds the limit of {0} projects that can be updated in a row. Please narrow your search before applying the permission template. |