diff options
author | Stephen Smalley <sds@tycho.nsa.gov> | 2013-04-15 09:41:02 -0400 |
---|---|---|
committer | Ricardo Cerqueira <cyanogenmod@cerqueira.org> | 2013-07-18 21:03:12 +0100 |
commit | 526e4815aed873c1796274f00b95f3f0bcbbffe2 (patch) | |
tree | 26ffe1733c2c0bbe99c56ee619c74513eabe1fe8 /core | |
parent | 21a5771c0ec015a4bfb77cc110bdbc0bb4848bcf (diff) | |
download | frameworks_base-526e4815aed873c1796274f00b95f3f0bcbbffe2.zip frameworks_base-526e4815aed873c1796274f00b95f3f0bcbbffe2.tar.gz frameworks_base-526e4815aed873c1796274f00b95f3f0bcbbffe2.tar.bz2 |
Drop "SE Android" from strings.
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
Change-Id: I814411cbc8d16eaed99a1389f5487529e36e627b
Diffstat (limited to 'core')
-rw-r--r-- | core/res/res/values/strings.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index d71a24a..34e6f48 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -1824,10 +1824,10 @@ <string name="policylab_enforceSelinux">Enforce SELinux</string> <!-- Description of policy access to start enforcing SELinux policy [CHAR LIMIT=110]--> <string name="policydesc_enforceSelinux">Toggle SELinux policy enforcing or permissive mode.</string> - <!-- Title of policy access to start enforcing SE Android MMAC policy [CHAR LIMIT=30]--> - <string name="policylab_enforceMmac">Enforce SE Android MMAC</string> - <!-- Description of policy access to start enforcing SE Android MMAC policy [CHAR LIMIT=110]--> - <string name="policydesc_enforceMmac">Toggle SE Android MMAC policy enforcing or permissive mode.</string> + <!-- Title of policy access to start enforcing MMAC policy [CHAR LIMIT=30]--> + <string name="policylab_enforceMmac">Enforce MMAC</string> + <!-- Description of policy access to start enforcing MMAC policy [CHAR LIMIT=110]--> + <string name="policydesc_enforceMmac">Toggle MMAC policy enforcing or permissive mode.</string> <!-- The order of these is important, don't reorder without changing Contacts.java --> <skip /> <!-- Phone number types from android.provider.Contacts. This could be used when adding a new phone number for a contact, for example. --> |