diff options
author | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2016-06-21 17:48:12 +0200 |
---|---|---|
committer | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2016-06-27 10:54:57 +0200 |
commit | fba02ff24c49e30a36ea7da8b4558fb622a379d7 (patch) | |
tree | 6fcfdb5cec747f40b5ad69dba502787a5af8cc65 /sonar-core | |
parent | 4f32dd7477e75b543cc937cd3453d0fff19a6d0d (diff) | |
download | sonarqube-fba02ff24c49e30a36ea7da8b4558fb622a379d7.tar.gz sonarqube-fba02ff24c49e30a36ea7da8b4558fb622a379d7.zip |
SONAR-7803 creates events only on PROJECTS
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties index d98bb24d3cf..2f7820ffcf4 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1568,9 +1568,9 @@ project_history.rename_version=Rename project_history.create_version=Create project_history.remove_version=Remove project_history.do_you_want_to_remove_version=Are you sure you want to remove "{0}" from this snapshot? -project_history.version_updated=Version was updated to "{0}" for current project and all its sub-projects. -project_history.version_created=Version "{0}" was created for current project and all its sub-projects. -project_history.version_removed=Version "{0}" was removed from current project and all its sub-projects. +project_history.version_updated=Version was updated to "{0}" for current project. +project_history.version_created=Version "{0}" was created for current project. +project_history.version_removed=Version "{0}" was removed from current project. project_history.version_already_exists=Version "{0}" already exists. project_history.rename_event=Rename project_history.create_event=Create |