diff options
author | Sean Leonard <meanderingcode@aetherislands.net> | 2013-11-15 13:04:35 -0800 |
---|---|---|
committer | Sean Leonard <meanderingcode@aetherislands.net> | 2013-11-15 13:04:35 -0800 |
commit | 42d075e993fc345b7684ed4e0e89b732563f7a0c (patch) | |
tree | 9133c29cb27e8e3e0acc0a7fa81d2758589ed523 /res/values/strings.xml | |
parent | a95cc0fc7c364e60f2d82dd9ef6749c30a3b229f (diff) | |
parent | d0f6818f93a3978647336191aa104325879cfa13 (diff) |
Merge branch 'feature/disconnect-notification-icon' into develop
Diffstat (limited to 'res/values/strings.xml')
-rwxr-xr-x | res/values/strings.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 8281be25..91e72a60 100755 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -321,5 +321,6 @@ <string name="eip_cancel_connect_text">There is a connection attempt in progress. Do you wish to cancel it?</string> <string name="eip_cancel_connect_cancel">Yes</string> <string name="eip_cancel_connect_false">No</string> - + <string name="eip_state_not_connected">"Not running! Connection not secure!"</string> + <string name="eip_state_connected">Connection Secure.</string> </resources> |