Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fed762b9 authored by Eric Fischer's avatar Eric Fischer Committed by Android Git Automerger
Browse files

am d22a1e89: am 244152bf: Merge "Change aapt\'s warning message to suggest...

am d22a1e89: am 244152bf: Merge "Change aapt\'s warning message to suggest formatted="false", not "true"." into gingerbread

Merge commit 'd22a1e89'

* commit 'd22a1e89':
  Change aapt's warning message to suggest formatted="false", not "true".
parents c93ba8ed d22a1e89
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
    }