From 69bd7305a5e0d4fd9c17c4b2458c6fc0ef90305e Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Sat, 17 Oct 2015 20:48:48 +0200 Subject: [PATCH] opps, wrong naming + ignored for i18n --- .../jusercore/model/user/profilemodes/ProfileMode.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/org/mxchange/jusercore/model/user/profilemodes/ProfileMode.java b/src/org/mxchange/jusercore/model/user/profilemodes/ProfileMode.java index 450fece..73aeb34 100644 --- a/src/org/mxchange/jusercore/model/user/profilemodes/ProfileMode.java +++ b/src/org/mxchange/jusercore/model/user/profilemodes/ProfileMode.java @@ -28,15 +28,15 @@ public enum ProfileMode implements Serializable { /** * Invisible to guests and members (not administrators) */ - INVISIBLE("USER_PROFILE_MODE_PRIVATE"), + INVISIBLE("USER_PROFILE_MODE_INVISIBLE"), //NOI18N /** * Only visible to members (and administrators) */ - MEMBERS("USER_PROFILE_MODE_MEMBERS"), + MEMBERS("USER_PROFILE_MODE_MEMBERS"), //NOI18N /** * Visible to all (public in Internet) */ - PUBLIC("USER_PROFILE_MODE_PUBLIC"); + PUBLIC("USER_PROFILE_MODE_PUBLIC"); //NOI18N /** * Message key (i18n) -- 2.39.5