]> git.mxchange.org Git - juser-core.git/commitdiff
opps, wrong naming + ignored for i18n
authorRoland Haeder <roland@mxchange.org>
Sat, 17 Oct 2015 18:48:48 +0000 (20:48 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 17 Oct 2015 18:48:48 +0000 (20:48 +0200)
src/org/mxchange/jusercore/model/user/profilemodes/ProfileMode.java

index 450fecea583fd1db271e0aede2b1a3f448557e17..73aeb34663f1fea21516b9a005b769885359aacc 100644 (file)
@@ -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)