aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorKyle Horimoto <khorimoto@gmail.com>2015-09-25 17:54:30 -0700
committerKyle Horimoto <khorimoto@gmail.com>2015-09-28 14:36:42 -0700
commit8b76ca32a6b333a6e19f1513bf3ab6f598027656 (patch)
tree3f53091a732f9cd3a28b2af16d05ed15be3da2d2 /app/src/main/res/values/strings.xml
parent19be66987c2014ff38ff0b051a86319b354eff16 (diff)
downloadconnectbot-8b76ca32a6b333a6e19f1513bf3ab6f598027656.tar.gz
connectbot-8b76ca32a6b333a6e19f1513bf3ab6f598027656.tar.bz2
connectbot-8b76ca32a6b333a6e19f1513bf3ab6f598027656.zip
Fix lint.
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r--app/src/main/res/values/strings.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index be9518a..9833a31 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -385,8 +385,6 @@
<string name="portforward_done">"Successfully created port forward"</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>
-
<!-- The string to present in the quick-connect box to hint the user to the format for connecting to hosts. -->
<string name="hint_userhost">"user@hostname"</string>