diff options
Diffstat (limited to 'core/res')
-rw-r--r-- | core/res/res/values/strings.xml | 1 | ||||
-rw-r--r-- | core/res/res/values/symbols.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 4e3ecbd..1995670 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -4088,4 +4088,5 @@ <string name="app_no_restricted_accounts">This application does not support accounts for limited users</string> <!-- Message informing user that the requested activity could not be found [CHAR LIMIT=none] --> <string name="app_not_found">No application found to handle this action</string> + <string name="revoke">Revoke</string> </resources> diff --git a/core/res/res/values/symbols.xml b/core/res/res/values/symbols.xml index 8a7ecf5..e06bcd1 100644 --- a/core/res/res/values/symbols.xml +++ b/core/res/res/values/symbols.xml @@ -710,6 +710,7 @@ <java-symbol type="string" name="relationTypeSpouse" /> <java-symbol type="string" name="relative_time" /> <java-symbol type="string" name="reset" /> + <java-symbol type="string" name="revoke" /> <java-symbol type="string" name="ringtone_default" /> <java-symbol type="string" name="ringtone_default_with_actual" /> <java-symbol type="string" name="ringtone_picker_title" /> |