X-Git-Url: https://git.saurik.com/android/aapt.git/blobdiff_plain/f68488ad414c4e47e47c66c4041a8178dbbaff16..a05cd008c6afe18b77d51b63d839558a332e1477:/XMLNode.cpp diff --git a/XMLNode.cpp b/XMLNode.cpp index 452549b..cee8546 100644 --- a/XMLNode.cpp +++ b/XMLNode.cpp @@ -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; }