Browse Source

renamed Porthack to Portbinder and updated help text

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

+ 3 - 3
res/values/strings.xml

@@ -108,10 +108,10 @@
     <string name="monitor_services">Monitor services</string>
 
     <string name="device_rooted">Device rooted</string>
-    <string name="porthack_installed">Porthack installed</string>
+    <string name="porthack_installed">Portbinder installed</string>
 	<string name="iptables_available">iptables available</string>
-	<string name="install_porthack">Install Porthack</string>
-	<string name="uninstall_porthack">Uninstall Porthack</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>
     <string name="yes">Yes</string>
     <string name="no">No</string>