aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2008-11-14 12:07:29 +0000
committerKenny Root <kenny@the-b.org>2008-11-14 12:07:29 +0000
commit12ef92bf1319f2ce698bb979c49f781c2a884316 (patch)
tree0de242e52ad3103f3630dba12cd65f4800961342 /res
parent2f1d9fb2e826a2a40cfe036e22b57dfdf2b0f9e9 (diff)
downloadconnectbot-12ef92bf1319f2ce698bb979c49f781c2a884316.tar.gz
connectbot-12ef92bf1319f2ce698bb979c49f781c2a884316.tar.bz2
connectbot-12ef92bf1319f2ce698bb979c49f781c2a884316.zip
* Convert host entries to beans
* We no longer lose connections to hosts not in the database made from shortcuts
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index e6f5eb4..bdaa957 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -116,7 +116,7 @@
<string name="portforward_neg">Cancel</string>
<string name="portforward_done">Successfully created port forward</string>
- <string name="portforward_problem">Problem creating port forward, maybe you're using ports under 1024?</string>
+ <string name="portforward_problem">Problem creating port forward, maybe you're using ports under 1024 or port is already used?</string>
<string name="portforward_menu_add">Add port forward</string>