X-Git-Url: https://git.saurik.com/android/aapt.git/blobdiff_plain/edacf88c80e6d421cc3542268a263b9fa9e13a7f..034f2c9aac98c8c5d40667f1bf047211ed8f09f0:/XMLNode.cpp diff --git a/XMLNode.cpp b/XMLNode.cpp index 57ff47a..8551b0f 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; }