aboutsummaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2009-12-08 15:08:57 +0000
committerKenny Root <kenny@the-b.org>2009-12-08 15:08:57 +0000
commit652f9403a5dcc10a667f3662a37bcc606b16ceb0 (patch)
tree3c06318caa672b13f51c7a3e77b0f9a20d688b46 /res/values
parent0b2552bab623b12cf6bdd447dbfd137c375a6851 (diff)
downloadconnectbot-652f9403a5dcc10a667f3662a37bcc606b16ceb0.tar.gz
connectbot-652f9403a5dcc10a667f3662a37bcc606b16ceb0.tar.bz2
connectbot-652f9403a5dcc10a667f3662a37bcc606b16ceb0.zip
Save font size when changed on a host
Save font size immediately when changed in a console session. Allow the setting of font size when editing a host. git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@431 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 e5153ca..ce841a7 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -220,6 +220,9 @@
<!-- Host color category preference title -->
<string name="hostpref_color_title">Color category</string>
+ <!-- Host's default font size when opening the terminal in points (pt) -->
+ <string name="hostpref_fontsize_title">Font size (pt)</string>
+
<!-- Host pubkey usage preference title -->
<string name="hostpref_pubkeyid_title">Use pubkey authentication</string>