aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2011-12-17 17:03:36 -0600
committerKenny Root <kenny@the-b.org>2011-12-17 17:03:36 -0600
commit270553eef826bec438eb5e202f5413575d23b1bd (patch)
tree42682c5736710bd865d7209004195771f3fd7ec7 /res
parentb4ae12d36fe991f54abfc7c525800421bbfcf878 (diff)
downloadconnectbot-270553eef826bec438eb5e202f5413575d23b1bd.tar.gz
connectbot-270553eef826bec438eb5e202f5413575d23b1bd.tar.bz2
connectbot-270553eef826bec438eb5e202f5413575d23b1bd.zip
Remove unused strings
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 43df648..1392622 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -438,13 +438,6 @@
<!-- Text sent to the user to alert them that a Terminal Bell is received in a background session -->
<string name="notification_text">"%1$s wants your attention."</string>
- <!-- Dialog title when a new version of ConnectBot is detected. -->
- <string name="upgrade">"New version"</string>
- <!-- Button selection to upgrade to the latest ConnectBot when one is available. -->
- <string name="upgrade_pos">"Yes, upgrade"</string>
- <!-- Button selection to skip upgrading to the latest ConnectBot when one is available. -->
- <string name="upgrade_neg">"Not right now"</string>
-
<!-- Preference selection for SSH Authentication Agent to never use pubkeys -->
<string name="no">"No"</string>
<!-- Preference selection for SSH Authentication Agent to be able to use pubkeys "with confirmation" only -->