diff options
| -rw-r--r-- | core/res/res/values/strings.xml | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 391c7dc3f695..5f0812597d7e 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -1495,7 +1495,7 @@      <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=50]-->      <string name="permlab_nearby_wifi_devices">interact with nearby Wi\u2011Fi devices</string> -    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=120]--> +    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=140]-->      <string name="permdesc_nearby_wifi_devices">Allows the app to advertise, connect, and determine the relative position of nearby Wi\u2011Fi devices</string>      <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->  |