aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/layout/wiz_eula.xml9
-rw-r--r--res/values/strings.xml8
2 files changed, 15 insertions, 2 deletions
diff --git a/res/layout/wiz_eula.xml b/res/layout/wiz_eula.xml
index 06ae2da..38dbf6e 100644
--- a/res/layout/wiz_eula.xml
+++ b/res/layout/wiz_eula.xml
@@ -33,7 +33,16 @@
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
+ android:paddingTop="10dip"
+ android:text="@string/msg_version"
+ android:textAppearance="?android:attr/textAppearanceSmall"
+ />
+
+ <TextView
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
android:text="ConnectBot is a simple, powerful, open-source Secure Shell (SSH) client for your Android device."
+ android:paddingTop="10dip"
android:textAppearance="?android:attr/textAppearanceMedium"
/>
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>