am 244152bf: Merge "Change aapt\'s warning message to suggest formatted="false", not "true"." into gingerbread

Merge commit '244152bfb9020341953d3e541c85eb3961806378' into gingerbread-plus-aosp

* commit '244152bfb9020341953d3e541c85eb3961806378':
  Change aapt's warning message to suggest formatted="false", not "true".
This commit is contained in:
Eric Fischer
2010-08-13 14:56:47 -07:00
committed by Android Git Automerger

View File

@@ -166,7 +166,7 @@ status_t hasSubstitutionErrors(const char* fileName,
if (argCount > 1 && nonpositional) {
SourcePos(String8(fileName), inXml->getLineNumber()).error(
"Multiple substitutions specified in non-positional format; "
"did you mean to add the formatted=\"true\" attribute?\n");
"did you mean to add the formatted=\"false\" attribute?\n");
return NOT_ENOUGH_DATA;
}