diff options
| author | cyBerta <richy@cyborgsociety.org> | 2013-11-14 07:03:18 +0100 |
|---|---|---|
| committer | cyBerta <richy@cyborgsociety.org> | 2013-11-14 07:03:18 +0100 |
| commit | 7189ef37c5d5973a76ea5cdbc69d826b1abaae63 (patch) | |
| tree | e02579496f8d818e529b46a89900634a162c2fa3 /res/values | |
| parent | 3e555f14ee57d1ce7c8f1930e75b4ef9a2d44ca1 (diff) | |
status message string from resource, clearer status message for 'not running', bugfix for bug #4477
Diffstat (limited to 'res/values')
| -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 39c82d40..2fdfc154 100755 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -319,5 +319,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> |
