diff options
author | Domingos Lopes <domingos86lopes@gmail.com> | 2016-03-19 12:42:26 -0400 |
---|---|---|
committer | Domingos Lopes <domingos86lopes+github@gmail.com> | 2016-04-23 21:39:52 -0400 |
commit | 6224f80c898e5cf78719e266fb719d424295ec83 (patch) | |
tree | cccdd8c5e2658d50592c7e3a1fb1924144533404 /core/src/main/res | |
parent | afbae2a7ef8b0466e8e89e82708c2fcb9f77ff35 (diff) | |
download | AntennaPod-6224f80c898e5cf78719e266fb719d424295ec83.zip |
add cast button to important activities
Diffstat (limited to 'core/src/main/res')
-rw-r--r-- | core/src/main/res/values/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 8a3f32b5f..648379206 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -616,4 +616,7 @@ <string name="proxy_host_invalid_error">Host is not a valid IP address or domain</string> <string name="proxy_port_invalid_error">Port not valid</string> + <!-- Casting --> + <string name="media_route_menu_title">Play on…</string> + </resources> |