diff options
| -rw-r--r-- | libs/WindowManager/Shell/res/values/strings_tv.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libs/WindowManager/Shell/res/values/strings_tv.xml b/libs/WindowManager/Shell/res/values/strings_tv.xml index c7b8a130e141..09ed9b8e52ee 100644 --- a/libs/WindowManager/Shell/res/values/strings_tv.xml +++ b/libs/WindowManager/Shell/res/values/strings_tv.xml @@ -39,5 +39,10 @@ <!-- Button to collapse/shrink the picture-in-picture (PIP) window [CHAR LIMIT=30] --> <string name="pip_collapse">Collapse PIP</string> + + <!-- Educative text instructing the user to double press the HOME button to access the pip + controls menu [CHAR LIMIT=50] --> + <string name="pip_edu_text"> Double press <annotation icon="home_icon"> HOME </annotation> for + controls </string> </resources> |