aboutsummaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2008-10-30 21:35:05 +0000
committerKenny Root <kenny@the-b.org>2008-10-30 21:35:05 +0000
commit34a2c4a660b16e044475d0a0aca47b0254aab5b1 (patch)
tree59414024bd92872ae3abda73b972390b7b9ce33d /res/values/strings.xml
parentd13d568d1effb0e9913b1bc8ec4b6d7e4cc0e02d (diff)
downloadconnectbot-34a2c4a660b16e044475d0a0aca47b0254aab5b1.tar.gz
connectbot-34a2c4a660b16e044475d0a0aca47b0254aab5b1.tar.bz2
connectbot-34a2c4a660b16e044475d0a0aca47b0254aab5b1.zip
* Added automatic version number insertion via Ant
* Removed unused cruft * Changed Class to Object in PromptHelper.java
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 5ae2a35..bae495a 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -3,7 +3,7 @@
<string name="app_name">ConnectBot</string>
<string name="app_desc">Simple, powerful, open-source SSH client.</string>
- <string name="title_hosts_list">Connectbot</string>
+ <string name="title_hosts_list">ConnectBot</string>
<string name="title_host">Host</string>
<string name="title_shell">Secure Shell</string>
<string name="title_password">Input Password</string>
@@ -39,7 +39,11 @@
<string name="alert_disconnect_msg">Connection Lost</string>
<string name="msg_copyright">Copyright &#169; 2007-2008 Kenny Root http://the-b.org/, Jeffrey Sharkey http://jsharkey.org/</string>
- <string name="msg_version">v1.0</string>
+
+ <!-- DO NOT MANUALLY UPDATE VERSION!!!
+ Updating is update by the ant task "update-version" in build.xml
+ -->
+ <string name="msg_version">ConnectBot (working copy)</string>
<string name="pref_emulation">emulation</string>