added initial implementation of Edit Community Profile dialog; added additional
fields needed to implement the dialog; changed build script to keep from recompiling the JavaCC-compiled parser stuff needlessly
This commit is contained in:
@@ -30,3 +30,5 @@ text.notInteger=Invalid non-numeric character in the "{0}" field.
|
||||
int.tooSmall=The value of the "{0}" field must be greater than or equal to {1}.
|
||||
int.tooLarge=The value of the "{0}" field must be less than or equal to {1}.
|
||||
valid.except=Exception generated while validating "{0}": {1}
|
||||
picklist.choices=Error parsing the pick list choices for field "{0}": {1}.
|
||||
picklist.noChoice=No choices present for static pick list "{0}."
|
||||
|
||||
Reference in New Issue
Block a user