Browse Source

capitalize iptables

Fabio Arnold 9 years ago
parent
commit
3d771fdef5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      res/values/strings.xml

+ 1 - 1
res/values/strings.xml

@@ -110,7 +110,7 @@
 
     <string name="device_rooted">Device rooted</string>
     <string name="porthack_installed">Portbinder installed</string>
-	<string name="iptables_available">iptables available</string>
+	<string name="iptables_available">Iptables available</string>
 	<string name="install_porthack">Install Portbinder</string>
 	<string name="uninstall_porthack">Uninstall Portbinder</string>
 	<string name="porthack_explanation"><![CDATA[<h1>Portbinder</h1><p>To use protocols with ports below 1024 your device requires root privileges. HosTaGe does not run with root privileges by default. That is why a small program called Portbinder is needed that opens a socket and passes it to the main HosTaGe App.</p><p>Another technique is to redirect those ports to higher port numbers. This is achieved using Android\'s iptables. If iptables is available on your device the Portbinder is not required.</p>]]></string>