diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-05-11 01:17:01 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-05-11 01:17:01 +0200 |
commit | 82940714ebe944e63ed70c745e1abe950673fe5b (patch) | |
tree | 8dfcf9627b5db22ffdf3ebe37d7c0529f0fb6fe9 /res/values | |
parent | 480535d1de23e30780b3ae5a166cdc59a22a2adc (diff) |
CLeanups
Fix backtrace from market console, I suspect someone tried IPv6 and I failed him/her :(
Diffstat (limited to 'res/values')
-rw-r--r-- | 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 2b7c82f0..5d605e08 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -194,5 +194,6 @@ <string name="import_file">Import</string> <string name="error_importing_file">Error importing File</string> <string name="import_error_message">Could not import File from Filesystem</string> - <string name="inline_file_data">[[Inline file data]]</string> + <string name="inline_file_data">[[Inline file data]]</string> + <string name="opentun_no_ipaddr">Refusing to open tun device without IP information</string> </resources> |