summaryrefslogtreecommitdiffstats
path: root/search.php
diff options
context:
space:
mode:
authormomo-i <webmaster@momo-i.org>2011-02-03 14:03:16 +0900
committermomo-i <webmaster@momo-i.org>2011-02-03 14:03:16 +0900
commit9ce63661d1ce941dee468cec6fe197534a636f40 (patch)
tree2c89d117befdad5dfab8948979897a39d667db48 /search.php
parent7ef24e84c6986a07be5144df4b67186f78f99d61 (diff)
downloadampache-9ce63661d1ce941dee468cec6fe197534a636f40.tar.gz
ampache-9ce63661d1ce941dee468cec6fe197534a636f40.tar.bz2
ampache-9ce63661d1ce941dee468cec6fe197534a636f40.zip
Fixed indent and add translation words
Diffstat (limited to 'search.php')
-rw-r--r--search.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/search.php b/search.php
index 56e6ad94..4ef60940 100644
--- a/search.php
+++ b/search.php
@@ -63,7 +63,7 @@ switch ($_REQUEST['action']) {
case 'save_as_track':
$playlist_id = save_search($_REQUEST);
$playlist = new Playlist($playlist_id);
- show_confirmation("Search Saved","Your Search has been saved as a track in $playlist->name",conf('web_path') . "/search.php");
+ show_confirmation(_('Search Saved'),sprintf(_('Your Search has been saved as a track in %s'), $playlist->name),conf('web_path') . "/search.php");
break;
default:
require_once Config::get('prefix') . '/templates/show_search.inc.php';