diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-04-26 15:10:09 +0200 |
---|---|---|
committer | Grégoire Aubert <gregaubert@users.noreply.github.com> | 2017-05-01 16:26:31 +0200 |
commit | a194043a66e5ac190072489d2a18926504017f87 (patch) | |
tree | bab4dd2617bf20f0a64d82bbb64be251968a27fe /sonar-core | |
parent | 8c6d2d803b706aed4ae325f9e7b05e09c3807720 (diff) | |
download | sonarqube-a194043a66e5ac190072489d2a18926504017f87.tar.gz sonarqube-a194043a66e5ac190072489d2a18926504017f87.zip |
Simplify warning message when removing a member
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 2 |
1 files changed, 0 insertions, 2 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 9e15ae7f4b5..a4f253456a7 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2839,8 +2839,6 @@ organization.members.x_groups={0} group(s) organization.members.members=member(s) organization.members.remove=Remove from organization's members organization.members.remove_x=Are you sure you want to remove {0} from {1}'s members ? -organization.members.remove_warning_x={0} will no longer be able to : -organization.members.browse_projects=Browse Projects organization.members.manage_groups=Manage groups organization.members.members_groups={0}'s groups: organization.members.add_to_members=Add to members |