From: Eric Fischer Date: Fri, 13 Aug 2010 21:49:55 +0000 (-0700) Subject: Change aapt's warning message to suggest formatted="false", not "true". X-Git-Url: https://git.saurik.com/android/aapt.git/commitdiff_plain/a34418f35198b41ea041f6df9c40844a73416cad Change aapt's warning message to suggest formatted="false", not "true". True is the default and specifying it won't suppress the warning. Change-Id: I8ecc919b4059bf3321e781649cb46dd2d3807592 --- 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; }