X-Git-Url: https://git.saurik.com/android/aapt.git/blobdiff_plain/b712e30f23f84a36f585208bf1894200a6c87e54..a05cd008c6afe18b77d51b63d839558a332e1477:/XMLNode.cpp?ds=inline 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; }