aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res
diff options
context:
space:
mode:
authornemobis <federicoleva@tiscali.it>2015-07-30 19:07:24 +0200
committernemobis <federicoleva@tiscali.it>2015-07-30 19:07:24 +0200
commit39a2ab8f4db0a6bace53b756982aee98946380f3 (patch)
tree7a82e2b50880a3502cce1b8c4e4943976767ad7f /app/src/main/res
parent3c695cb9c20a86aef2c375fc088e596c414b182c (diff)
downloadconnectbot-39a2ab8f4db0a6bace53b756982aee98946380f3.tar.gz
connectbot-39a2ab8f4db0a6bace53b756982aee98946380f3.tar.bz2
connectbot-39a2ab8f4db0a6bace53b756982aee98946380f3.zip
Fix typo "20004"
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/wiz_eula.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/wiz_eula.xml b/app/src/main/res/layout/wiz_eula.xml
index af06555..228befe 100644
--- a/app/src/main/res/layout/wiz_eula.xml
+++ b/app/src/main/res/layout/wiz_eula.xml
@@ -69,7 +69,7 @@
android:layout_height="wrap_content"
android:paddingTop="10dip"
android:autoLink="web"
- android:text="Copyright \u00a9 2007-2008 Kenny Root http://the-b.org, Jeffrey Sharkey http://jsharkey.org\n\nBased in part on the Trilead SSH2 client, provided under a BSD-style license. Copyright \u00a9 2007 Trilead AG. http://www.trilead.com\n\nAlso based on JTA Telnet/SSH client, provided under the GPLv2 license. Copyright \u00a9 Matthias L. Jugel, Marcus Meiner 1996-2005. http://www.javassh.org\n\nAlso based in part on the JSOCKS library, provided under the GNU LGPL license. http://jsocks.sourceforge.net\n\nAlso based in part on JZlib provided under a BSD-style license. Copyright \u00a9 JCraft, Inc., 2000-20004 http://www.jcraft.com"
+ android:text="Copyright \u00a9 2007-2008 Kenny Root http://the-b.org, Jeffrey Sharkey http://jsharkey.org\n\nBased in part on the Trilead SSH2 client, provided under a BSD-style license. Copyright \u00a9 2007 Trilead AG. http://www.trilead.com\n\nAlso based on JTA Telnet/SSH client, provided under the GPLv2 license. Copyright \u00a9 Matthias L. Jugel, Marcus Meiner 1996-2005. http://www.javassh.org\n\nAlso based in part on the JSOCKS library, provided under the GNU LGPL license. http://jsocks.sourceforge.net\n\nAlso based in part on JZlib provided under a BSD-style license. Copyright \u00a9 JCraft, Inc., 2000-2004 http://www.jcraft.com"
android:textSize="14sp"
android:textColor="#bebebe"
/>