diff options
| author | Adam Powell <adamp@google.com> | 2012-09-28 12:52:34 -0700 |
|---|---|---|
| committer | Adam Powell <adamp@google.com> | 2012-09-28 12:52:34 -0700 |
| commit | 4131a37366d59b5e61f55c4e48d2b22ee0c4cad4 (patch) | |
| tree | 7f9244587b48546659d03d10f145933c103db214 /core | |
| parent | 808ce66a08bbd2604d71f3368788ba7496f71482 (diff) | |
| download | frameworks_base-4131a37366d59b5e61f55c4e48d2b22ee0c4cad4.zip frameworks_base-4131a37366d59b5e61f55c4e48d2b22ee0c4cad4.tar.gz frameworks_base-4131a37366d59b5e61f55c4e48d2b22ee0c4cad4.tar.bz2 | |
String change for video routing via MediaRouter; "HDMI" not "HDMI audio."
Change-Id: Ifece0cf0bc11ff2ffab254c6177f9db741037df6
Diffstat (limited to 'core')
| -rwxr-xr-x | core/res/res/values/strings.xml | 4 | ||||
| -rw-r--r-- | core/res/res/values/symbols.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 370ed88..1b56c29 100755 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -3768,8 +3768,8 @@ <!-- Name of the default audio route when an audio dock is connected. [CHAR LIMIT=50] --> <string name="default_audio_route_name_dock_speakers">Dock speakers</string> - <!-- Name of the default audio route when HDMI is connected. [CHAR LIMIT=50] --> - <string name="default_audio_route_name_hdmi">HDMI audio</string> + <!-- Name of the default media route when HDMI is connected. [CHAR LIMIT=50] --> + <string name="default_media_route_name_hdmi">HDMI</string> <!-- Name of the default audio route category. [CHAR LIMIT=50] --> <string name="default_audio_route_category_name">System</string> diff --git a/core/res/res/values/symbols.xml b/core/res/res/values/symbols.xml index ae44bee..e16dd33 100644 --- a/core/res/res/values/symbols.xml +++ b/core/res/res/values/symbols.xml @@ -823,7 +823,7 @@ <java-symbol type="string" name="default_audio_route_name" /> <java-symbol type="string" name="default_audio_route_name_headphones" /> <java-symbol type="string" name="default_audio_route_name_dock_speakers" /> - <java-symbol type="string" name="default_audio_route_name_hdmi" /> + <java-symbol type="string" name="default_media_route_name_hdmi" /> <java-symbol type="string" name="default_audio_route_category_name" /> <java-symbol type="string" name="safe_media_volume_warning" /> <java-symbol type="string" name="media_route_status_scanning" /> |
