]> git.saurik.com Git - android/aapt.git/commitdiff
Change aapt's warning message to suggest formatted="false", not "true".
authorEric Fischer <enf@google.com>
Fri, 13 Aug 2010 21:49:55 +0000 (14:49 -0700)
committerEric Fischer <enf@google.com>
Fri, 13 Aug 2010 21:49:55 +0000 (14:49 -0700)
True is the default and specifying it won't suppress the warning.

Change-Id: I8ecc919b4059bf3321e781649cb46dd2d3807592

XMLNode.cpp

index 57ff47a2595e1d30dc8f69a66c47894d95f12ccd..8551b0f9c9030c57d00d8dbba6085a0fc9952ac5 100644 (file)
@@ -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;
     }