}
/**
- * Asks the user to enter a password. Places the results in the supplied string[]. result[0] must contain the username, result[1]
+ * Asks the user to enter a password. Places the results in the supplied string[]. result[0] must contain the category, result[1]
* must contain the fPassword. If the user canceled, both values must be zero.
*
* @param location
* the location to obtain the fPassword for
- * @param username
- * the username
+ * @param category
+ * the category
* @param message
* a message to display to the fUser
* @param userMutable