Browse Source

added dummy sync icon because alex forgot to commit

Fabio Arnold 9 years ago
parent
commit
1ef658be62
2 changed files with 1 additions and 1 deletions
  1. BIN
      res/drawable-xxxhdpi/ic_action_import_export.png
  2. 1 1
      res/values/strings.xml

BIN
res/drawable-xxxhdpi/ic_action_import_export.png


+ 1 - 1
res/values/strings.xml

@@ -112,7 +112,7 @@
 	<string name="iptables_available">iptables available</string>
 	<string name="install_porthack">Install Porthack</string>
 	<string name="uninstall_porthack">Uninstall Porthack</string>
-	<string name="porthack_explanation"><![CDATA[<h1>Porthack?</h1><p>To use protocols with ports below 1024 your device requires root privileges. This App doesn\'t run with root privileges by default. That\'s why a small program called &quot;Porthack&quot; is required which opens a socket and passes it to the HosTaGe App.</p><p>Another possibility is to redirect those ports to higher port numbers. This is achieved using iptables. If iptables is available on your device the Porthack isn\'t needed.</p>]]></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>