diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-01-09 04:46:16 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-01-09 04:46:16 +0000 |
commit | 6906bb43c6635ece5150c9abffe8e9bb16a03f6c (patch) | |
tree | 2ef3884c202fe082b994441efcb5cac7abfec858 /templates/list_duplicates.inc | |
parent | d8b8c6a131c392fec4ba330ec0de1eebb516c9de (diff) | |
download | ampache-6906bb43c6635ece5150c9abffe8e9bb16a03f6c.tar.gz ampache-6906bb43c6635ece5150c9abffe8e9bb16a03f6c.tar.bz2 ampache-6906bb43c6635ece5150c9abffe8e9bb16a03f6c.zip |
updated acess mojo
Diffstat (limited to 'templates/list_duplicates.inc')
-rw-r--r-- | templates/list_duplicates.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/list_duplicates.inc b/templates/list_duplicates.inc index 8bf052dc..620d0ee9 100644 --- a/templates/list_duplicates.inc +++ b/templates/list_duplicates.inc @@ -71,6 +71,6 @@ </tr> </table> <?php } else { ?> -<p><?php _('You don't have any duplicate songs.'); ?></p> +<p><?php _('You don\'t have any duplicate songs.'); ?></p> <?php } ?> </form> |