diff options
author | momo-i <momo-i@ampache> | 2009-02-24 04:42:44 +0000 |
---|---|---|
committer | momo-i <momo-i@ampache> | 2009-02-24 04:42:44 +0000 |
commit | 788e0afeaefec10685e2f331039986544df99896 (patch) | |
tree | ea98bc7398ff1b0870f4d0ed825df9f1d60974bb /lib/class/artist.class.php | |
parent | 6ef181ccef1c9432b97998907e66a09087fba103 (diff) | |
download | ampache-788e0afeaefec10685e2f331039986544df99896.tar.gz ampache-788e0afeaefec10685e2f331039986544df99896.tar.bz2 ampache-788e0afeaefec10685e2f331039986544df99896.zip |
Fixed: translate words change
Diffstat (limited to 'lib/class/artist.class.php')
-rw-r--r-- | lib/class/artist.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/artist.class.php b/lib/class/artist.class.php index c60e7e62..5206e8d5 100644 --- a/lib/class/artist.class.php +++ b/lib/class/artist.class.php @@ -320,7 +320,7 @@ class Artist extends database_object { else { // if returned "Not found" do not add if($result['lyrics'] == "Not found") { - $sorry = sprintf(_('Sorry Lyrics %s.'), $result['lyrics']); + $sorry = _('Sorry Lyrics Not Found.'); return $sorry; } else { |