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 a32aa3ed103e..ab6dbff4e204 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -3857,7 +3857,7 @@ <!-- title for this message --> <string name="wifi_connect_alert_title">Allow connection?</string> <!-- message explaining who is connecting to what --> - <string name="wifi_connect_alert_message">%1$s would like to connect to %2$s</string> + <string name="wifi_connect_alert_message">Application %1$s would like to connect to Wifi Network %2$s</string> <!-- default application in case name can not be found --> <string name="wifi_connect_default_application">An application</string> |