diff options
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 4fe86c8..dc2ff33 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1256,13 +1256,13 @@ <!-- Message in WPS dialog for PBC after start up [CHAR LIMIT=150] --> <string name="wifi_wps_onstart_pbc">Press the Wi-Fi Protected Setup button on your router. It may be called \"WPS\" or contain this symbol:</string> <!-- Message in WPS dialog for PIN after start up [CHAR LIMIT=150] --> - <string name="wifi_wps_onstart_pin">Enter pin <xliff:g id="number">%1$s</xliff:g> on your Wi-Fi router. The setup can take upto two minutes to complete.</string> + <string name="wifi_wps_onstart_pin">Enter pin <xliff:g id="number">%1$s</xliff:g> on your Wi-Fi router. The setup can take up to two minutes to complete.</string> <!-- Text displayed when WPS succeeds [CHAR LIMIT=150] --> <string name="wifi_wps_complete">WPS succeeded. Connecting to the network\u2026</string> <!-- Text displayed when Wi-Fi is connected through WPS [CHAR LIMIT=150] --> <string name="wifi_wps_connected">Connected to Wi-Fi network <xliff:g id="network_name">%s</xliff:g></string> <!-- Text displayed when WPS setup is in progress [CHAR LIMIT=150] --> - <string name="wifi_wps_in_progress">WPS is already in progress and can take upto two minutes to complete</string> + <string name="wifi_wps_in_progress">WPS is already in progress and can take up to two minutes to complete</string> <!-- Text displayed when WPS fails to start [CHAR LIMIT=150] --> <string name="wifi_wps_failed_generic">WPS failed. Please try again in a few minutes.</string> <!-- Text displayed when WPS fails due to WEP [CHAR LIMIT=150] --> |