diff options
author | momo-i <webmaster@momo-i.org> | 2011-02-03 14:03:16 +0900 |
---|---|---|
committer | momo-i <webmaster@momo-i.org> | 2011-02-03 14:03:16 +0900 |
commit | 9ce63661d1ce941dee468cec6fe197534a636f40 (patch) | |
tree | 2c89d117befdad5dfab8948979897a39d667db48 /playlist.php | |
parent | 7ef24e84c6986a07be5144df4b67186f78f99d61 (diff) | |
download | ampache-9ce63661d1ce941dee468cec6fe197534a636f40.tar.gz ampache-9ce63661d1ce941dee468cec6fe197534a636f40.tar.bz2 ampache-9ce63661d1ce941dee468cec6fe197534a636f40.zip |
Fixed indent and add translation words
Diffstat (limited to 'playlist.php')
-rw-r--r-- | playlist.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playlist.php b/playlist.php index 016b2a55..cab29d76 100644 --- a/playlist.php +++ b/playlist.php @@ -74,7 +74,7 @@ switch ($_REQUEST['action']) { $playlist->create($playlist_name,$playlist_type); $_SESSION['data']['playlist_id'] = $playlist->id; - show_confirmation(_('Playlist Created'),$playlist_name . ' (' . $playlist_type . ') ' . _(' has been created'),'playlist.php'); + show_confirmation(_('Playlist Created'), sprintf(_('%1$s (%2$s) has been created'), $playlist_name, $playlist_type),'playlist.php'); break; case 'delete_playlist': // If we made it here, we didn't have sufficient rights. |