summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-07-25 13:42:15 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-07-25 13:42:15 +0000
commit975af37b254ebc74533f1562005dccf75ef0f021 (patch)
tree80131a47f739222a3f87159551f8a2bd28955f8b /templates
parentbd5d32d7457f35d76f73158fd07e51da8085c6e5 (diff)
downloadampache-975af37b254ebc74533f1562005dccf75ef0f021.tar.gz
ampache-975af37b254ebc74533f1562005dccf75ef0f021.tar.bz2
ampache-975af37b254ebc74533f1562005dccf75ef0f021.zip
fix typo
Diffstat (limited to 'templates')
-rw-r--r--templates/show_add_catalog.inc.php2
-rw-r--r--templates/show_adds_catalog.inc.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_add_catalog.inc.php b/templates/show_add_catalog.inc.php
index cb88f3d9..64baf8a2 100644
--- a/templates/show_add_catalog.inc.php
+++ b/templates/show_add_catalog.inc.php
@@ -1,7 +1,7 @@
<?php
/*
- Copyright (c) 2001 - 2007 Ampache.org
+ Copyright (c) Ampache.org
All rights reserved.
This program is free software; you can redistribute it and/or
diff --git a/templates/show_adds_catalog.inc.php b/templates/show_adds_catalog.inc.php
index c087a9e5..8448edec 100644
--- a/templates/show_adds_catalog.inc.php
+++ b/templates/show_adds_catalog.inc.php
@@ -20,7 +20,7 @@
*/
show_box_top();
-echo "\n" . printf(_('Starting New Song Search on %s catalog', " <b>[$this->name]</b> ") . "<br />\n";
+echo "\n" . printf(_('Starting New Song Search on %s catalog'), " <b>[$this->name]</b> ") . "<br />\n";
echo _('Found') . ": <span id=\"add_count_" . $this->id ."\">" . _('None') . "</span><br />\n";
echo _('Reading') . ":<span id=\"add_dir_" . $this->id . "\"></span><br />";
show_box_bottom();