diff options
author | Kenny Root <kenny@the-b.org> | 2009-07-09 18:14:17 +0000 |
---|---|---|
committer | Kenny Root <kenny@the-b.org> | 2009-07-09 18:14:17 +0000 |
commit | fac1309bac44d6ba4294ff397197ddb7baffb8ba (patch) | |
tree | be48fbda36e6c8745d8174f451e30211803ae501 /res | |
parent | d9ff9718e72836b418e0c9f33ba3fdc197e66055 (diff) | |
download | connectbot-fac1309bac44d6ba4294ff397197ddb7baffb8ba.tar.gz connectbot-fac1309bac44d6ba4294ff397197ddb7baffb8ba.tar.bz2 connectbot-fac1309bac44d6ba4294ff397197ddb7baffb8ba.zip |
Add menu item to scan for URLs in the current console
git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@365 df292f66-193f-0410-a5fc-6d59da041ff2
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 999150e..1dd7441 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -290,6 +290,8 @@ <string name="console_menu_portforwards">Port Forwards</string> <!-- Button that brings user to the terminal resizing dialog where they can force a size. --> <string name="console_menu_resize">Force Size</string> + <!-- Button that brings up the list of URLs on the current screen --> + <string name="console_menu_urlscan">URL Scan</string> <!-- Selection for a "local" port forward. E.g., connections to a port listening locally is forwarded to the remote end's listening port. --> <string name="portforward_local">Local</string> |