summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 5291017..c326eee 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -44,14 +44,6 @@
<!-- The name of the invisible local contact directory -->
<string name="local_invisible_directory">Other</string>
- <!-- Title of an application permission, listed so the user can choose whether they want to
- allow the application to do this. [CHAR LIMIT=NONE] -->
- <string name="read_write_all_voicemail_label">Access all voicemails</string>
- <!-- Description of an application permission, listed so the user can choose whether
- they want to allow the application to do this. [CHAR LIMIT=NONE] -->
- <string name="read_write_all_voicemail_description">Allows the app to store and retrieve
- all voicemails that this device can access.</string>
-
<!-- The prefix string before the number used for the display name for the voicemail table.
Because of the way this is combined in SQL we can't allow a generic format string.
The resulting string will be this string with the number appended to the end.