This commit is contained in:
Kovid Goyal 2012-04-03 18:40:17 +05:30
parent 9bb9ad53f1
commit 734a0ba2e2

View File

@ -35,9 +35,7 @@
<string>&lt;p&gt;If you leave the password blank, anyone will be able to <string>&lt;p&gt;If you leave the password blank, anyone will be able to
access your book collection using the web interface. access your book collection using the web interface.
&lt;br&gt; &lt;br&gt;
&lt;p&gt;Note that passwords do not work with Android devices. &lt;p&gt;Some devices have browsers that do not support authentication. If you are having trouble downloading files from the content server, try removing the password.</string>
Leave this blank if you intend to use the server with an
Android phone or tablet.</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -167,17 +165,13 @@ Leave this blank if you intend to use the server with an
</font> </font>
</property> </property>
<property name="toolTip"> <property name="toolTip">
<string>&lt;p&gt;Because of a bug in Google's Android, setting a password <string>&lt;p&gt;Some devices have browsers that do not support authentication. If you are having trouble downloading files from the content server, trying removing the password.</string>
will prevent the server from working with Android devices.
&lt;br&gt;
&lt;p&gt;Do not set a password if you plan to use the server with an
Android phone or tablet.</string>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">QLabel {color:red}</string> <string notr="true">QLabel {color:red}</string>
</property> </property>
<property name="text"> <property name="text">
<string>Password incompatible with Android devices</string> <string>Password incompatible with some devices</string>
</property> </property>
</widget> </widget>
</item> </item>