summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--res/values/strings.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 2ddba24..2287f7a 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -19,29 +19,29 @@
<!-- Title of an application permission, listed so the user can choose
whether they want to allow the application to do this. -->
- <string name="permlab_readEpgData">read TV channel/program information</string>
+ <string name="permlab_readEpgData">read TV programming</string>
<!-- Description of an application permission, listed so the user can choose
whether they want to allow the application to do this. -->
<string name="permdesc_readEpgData">Allows the app to read the TV channel/program information stored on your device.</string>
<!-- Title of an application permission, listed so the user can choose
whether they want to allow the application to do this. -->
- <string name="permlab_writeEpgData">write TV channel/program information</string>
+ <string name="permlab_writeEpgData">write TV programming</string>
<!-- Description of an application permission, listed so the user can choose
whether they want to allow the application to do this. -->
- <string name="permdesc_writeEpgData">Allows the app to provide and modify the TV channel/program information on your device.</string>
+ <string name="permdesc_writeEpgData">Allows the app to provide and modify the TV channel/program information stored on your device.</string>
<!-- Title of an application permission, listed so the user can choose
whether they want to allow the application to do this. -->
- <string name="permlab_accessAllEpgData">access all TV channel/program information</string>
+ <string name="permlab_accessAllEpgData">access all TV programming</string>
<!-- Description of an application permission, listed so the user can choose
whether they want to allow the application to do this. -->
- <string name="permdesc_accessAllEpgData">Allows the app to read and write all TV channel/program data stored on your device.</string>
+ <string name="permdesc_accessAllEpgData">Allows the app to read and write all the TV channel/program information stored on your device.</string>
<!-- Title of an application permission, listed so the user can choose
whether they want to allow the application to do this. -->
- <string name="permlab_accessWatchedPrograms">access watched TV program information</string>
+ <string name="permlab_accessWatchedPrograms">access TV watch history</string>
<!-- Description of an application permission, listed so the user can choose
whether they want to allow the application to do this. -->
- <string name="permdesc_accessWatchedPrograms">Allows the app to read and write the list of TV programs you watched. Malicious apps may collect your private TV watch history.</string>
+ <string name="permdesc_accessWatchedPrograms">Allows the app to read and write your TV watch history. Malicious apps may collect your private watch history.</string>
</resources>