From: Roland Haeder Date: Sat, 17 Oct 2015 18:48:48 +0000 (+0200) Subject: opps, wrong naming + ignored for i18n X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=69bd7305a5e0d4fd9c17c4b2458c6fc0ef90305e;p=juser-core.git opps, wrong naming + ignored for i18n --- 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)