X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2Forg%2Fmxchange%2Fjusercore%2Fmodel%2Fuser%2Fprofilemodes%2FProfileMode.java;h=c71bae70923aa6bf495933a9d1331884e417d5c1;hb=abd6a72a17c2e8b7e77c22fdaccfab3fcf588292;hp=3dc6667537645ff8c2af62f17e4623399b56eaf6;hpb=08ffb270ee12dfba63a93f43f2bcbb12c46a48b7;p=juser-login-core.git diff --git a/src/org/mxchange/jusercore/model/user/profilemodes/ProfileMode.java b/src/org/mxchange/jusercore/model/user/profilemodes/ProfileMode.java index 3dc6667..c71bae7 100644 --- a/src/org/mxchange/jusercore/model/user/profilemodes/ProfileMode.java +++ b/src/org/mxchange/jusercore/model/user/profilemodes/ProfileMode.java @@ -28,17 +28,17 @@ public enum ProfileMode implements Serializable { /** * Invisible to guests and members (not administrators) */ - INVISIBLE("USER_PROFILE_MODE_INVISIBLE"), //NOI18N + INVISIBLE("PROFILE_MODE_INVISIBLE"), //NOI18N /** * Only visible to members (and administrators) */ - MEMBERS("USER_PROFILE_MODE_MEMBERS"), //NOI18N + MEMBERS("PROFILE_MODE_MEMBERS"), //NOI18N /** * Visible to all (public in Internet) */ - PUBLIC("USER_PROFILE_MODE_PUBLIC"); //NOI18N + PUBLIC("PROFILE_MODE_PUBLIC"); //NOI18N /** * Message key (i18n)