diff options
author | momo-i <momo-i@ampache> | 2008-08-25 01:13:54 +0000 |
---|---|---|
committer | momo-i <momo-i@ampache> | 2008-08-25 01:13:54 +0000 |
commit | d06f8cff88d0f946190359a42af2ebad506b9071 (patch) | |
tree | 4783a86297049f648dd592f2108331756a52a595 /templates/show_access_list.inc.php | |
parent | f9270baba89803586e3d4eaf0b246961b5df75ca (diff) | |
download | ampache-d06f8cff88d0f946190359a42af2ebad506b9071.tar.gz ampache-d06f8cff88d0f946190359a42af2ebad506b9071.tar.bz2 ampache-d06f8cff88d0f946190359a42af2ebad506b9071.zip |
Fixed: typo
Diffstat (limited to 'templates/show_access_list.inc.php')
-rw-r--r-- | templates/show_access_list.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_access_list.inc.php b/templates/show_access_list.inc.php index 3f7eea29..1e2e5b95 100644 --- a/templates/show_access_list.inc.php +++ b/templates/show_access_list.inc.php @@ -32,7 +32,7 @@ $web_path = Config::get('web_path'); echo _('Since your catalog can be accessed remotely you may want to limit the access from remote sources so you are not in violation of copyright laws.'); echo _('By default your server will allow anyone with an account to stream music.'); echo _('It will not allow any other Ampache servers to connect to it to share catalog information.'); -echo _('Use tool below to add any server's IP address that you want to access your Ampache catalog or be able to stream from this server.'); +echo _('Use tool below to add any server\'s IP address that you want to access your Ampache catalog or be able to stream from this server.'); ?> </p> |