]> git.saurik.com Git - android/aapt.git/blobdiff - XMLNode.cpp
am d22a1e89: am 244152bf: Merge "Change aapt\'s warning message to suggest formatted...
[android/aapt.git] / XMLNode.cpp
index 452549b80b8503eee2e7a270bd86edccb0af23bc..cee85469c8481ceabd2d3b98cb49b6852f4fe1aa 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;
     }