diff options
| -rwxr-xr-x | core/res/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 2ffb20b..8440054 100755 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -3570,7 +3570,7 @@ <!-- Name of the default audio route when nothing is connected to a headphone or other wired audio output jack. [CHAR LIMIT=25] --> - <string name="default_audio_route_name">Phone speaker</string> + <string name="default_audio_route_name" product="default">Phone speaker</string> <!-- Name of the default audio route for tablets when nothing is connected to a headphone or other wired audio output jack. [CHAR LIMIT=25] --> |
