Fixed 1) and 2) of ticket #143

This commit is contained in:
Anders Betnér 2006-06-11 21:52:37 +00:00
parent ab90b4b750
commit a24500e464
2 changed files with 7 additions and 7 deletions

View File

@ -7,7 +7,7 @@
The name iTunes and other daap clients should see The name iTunes and other daap clients should see
</short_description> </short_description>
<long_description> <long_description>
This is both the name of the server as advertised via rendezvous, and the This is both the name of the server as advertised via Bonjour, and the
name of the database exported via DAAP. Also know as "What shows up in name of the database exported via DAAP. Also know as "What shows up in
iTunes". iTunes".
</long_description> </long_description>
@ -43,7 +43,7 @@
<type size="20">text</type> <type size="20">text</type>
</item> </item>
<item id="general:password"> <item id="general:password">
<name>MP3 Password</name> <name>Music Password</name>
<short_description> <short_description>
The password clients need to access this server. The password clients need to access this server.
</short_description> </short_description>
@ -83,9 +83,9 @@
<section name="Music Files"> <section name="Music Files">
<item id="general:mp3_dir" required="true"> <item id="general:mp3_dir" required="true">
<name>MP3 Directory</name> <name>Music Folder</name>
<short_description></short_description> <short_description></short_description>
<type size="80" multiple="true" add_item_label="Add mp3 directory" browse="directory">text</type> <type size="80" multiple="true" add_item_label="Add music folder" browse="directory">text</type>
</item> </item>
<item id="general:extensions"> <item id="general:extensions">
<name>Extensions</name> <name>Extensions</name>

View File

@ -40,14 +40,14 @@ Update this page every
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td>Rendezvous</td> <td>Bonjour</td>
<td id="rendezvous">Running</td> <td id="rendezvous">Running</td>
<td><!-- <a href="config-update.html?action=stopmdns">Stop MDNS Server</a> --></td> <td><!-- <a href="config-update.html?action=stopmdns">Stop MDNS Server</a> --></td>
</tr> </tr>
<tr> <tr>
<td>DAAP Server</td> <td>Firefly Media Server</td>
<td id="daap_server">Running</td> <td id="daap_server">Running</td>
<td><a href="config-update.html?action=stopdaap">Stop DAAP Server</a></td> <td><a href="config-update.html?action=stopdaap">Stop Server</a></td>
</tr> </tr>
<tr> <tr>
<td>File scanner</td> <td>File scanner</td>