aboutsummaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2009-12-08 15:08:42 +0000
committerKenny Root <kenny@the-b.org>2009-12-08 15:08:42 +0000
commit0b2552bab623b12cf6bdd447dbfd137c375a6851 (patch)
tree075b50094cc25e4d7865b2e8f34cb4b690116dee /res/values
parenta3ca36dcb24e5611e18123dc22bc632852ac217f (diff)
downloadconnectbot-0b2552bab623b12cf6bdd447dbfd137c375a6851.tar.gz
connectbot-0b2552bab623b12cf6bdd447dbfd137c375a6851.tar.bz2
connectbot-0b2552bab623b12cf6bdd447dbfd137c375a6851.zip
Switch ColorsActivity terminology to Schemes
Previously it was based on colors per-host, but colors schemes are better because people can easily apply them to individual hosts. git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@430 df292f66-193f-0410-a5fc-6d59da041ff2
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index ef88fdf..e5153ca 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -425,6 +425,9 @@
<!-- String displayed to user when they're asked to submit exceptions to the ConnectBot developers -->
<string name="exceptions_submit_message">It appears ConnectBot had a problem last time it ran. Submit error report to ConnectBot developers?</string>
+ <!-- Menu selection to reset colors to their defaults. -->
+ <string name="menu_colors_reset">Reset</string>
+
<string name="color_red">red</string>
<string name="color_green">green</string>
<string name="color_blue">blue</string>