diff options
author | Eric Fischer <enf@google.com> | 2010-08-13 14:49:55 -0700 |
---|---|---|
committer | Eric Fischer <enf@google.com> | 2010-08-13 14:49:55 -0700 |
commit | 98ee11ddb7996b332d5e31f8bdff69631c8d3725 (patch) | |
tree | fb8460984cb868ea3dcd59d7293a0d384332ef87 /tools/aapt/XMLNode.cpp | |
parent | ae3a1f45951aeb716e1f6b9a99a09838eb55dab4 (diff) |
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
Diffstat (limited to 'tools/aapt/XMLNode.cpp')
-rw-r--r-- | tools/aapt/XMLNode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/aapt/XMLNode.cpp b/tools/aapt/XMLNode.cpp index 57ff47a2595e..8551b0f9c903 100644 --- a/tools/aapt/XMLNode.cpp +++ b/tools/aapt/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; } |