]> git.mxchange.org Git - juser-login-core.git/blobdiff - src/org/mxchange/jusercore/model/user/profilemodes/ProfileMode.java
Renamed language strings as this can be used for other "roles", too
[juser-login-core.git] / src / org / mxchange / jusercore / model / user / profilemodes / ProfileMode.java
index 3dc6667537645ff8c2af62f17e4623399b56eaf6..c71bae70923aa6bf495933a9d1331884e417d5c1 100644 (file)
@@ -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)