diff options
author | Jaewan Kim <jaewan@google.com> | 2014-08-04 04:59:57 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-08-01 15:55:40 +0000 |
commit | 36bf310f7efdf8a0e8774d3fa44e2fdb3486d35c (patch) | |
tree | 06b869b8fe1a6684b515527168dccd891af891cd | |
parent | d54da8a0c86c4214084b359fe97eebb111951553 (diff) | |
parent | 5c8a7012dc09c1d249067667993a0a9612e95fc7 (diff) | |
download | frameworks_base-36bf310f7efdf8a0e8774d3fa44e2fdb3486d35c.zip frameworks_base-36bf310f7efdf8a0e8774d3fa44e2fdb3486d35c.tar.gz frameworks_base-36bf310f7efdf8a0e8774d3fa44e2fdb3486d35c.tar.bz2 |
Merge "Fix typo in tv_content_rating_systems.xml" into lmp-dev
-rw-r--r-- | core/res/res/xml/tv_content_rating_systems.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/res/res/xml/tv_content_rating_systems.xml b/core/res/res/xml/tv_content_rating_systems.xml index 238ce13..bd9abb8 100644 --- a/core/res/res/xml/tv_content_rating_systems.xml +++ b/core/res/res/xml/tv_content_rating_systems.xml @@ -78,8 +78,8 @@ <sub-rating id="US_TVPG_V" /> </rating-definition> <order> - <rating id="US_TVPG_Y" /> - <rating id="US_TVPG_Y7" /> + <rating id="US_TVPG_TV_Y" /> + <rating id="US_TVPG_TV_Y7" /> </order> <order> <rating id="US_TVPG_TV_G" /> |