diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2010-01-28 09:55:47 -0800 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2010-01-28 09:55:47 -0800 |
| commit | 1d4ed5a32c7a2364e2c512ff39d4b9683f8fd6ef (patch) | |
| tree | b79f31d48c8fd3f76c2e5d828cb1362cb36ee2a7 /modules/gallery/views/form_uploadify.html.php | |
| parent | 11fbcfeb25a9da60737807d2e0705993d93d24da (diff) | |
| parent | df3db40ab7a181ba0f461fe2ebf84d2ba828265c (diff) | |
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'modules/gallery/views/form_uploadify.html.php')
| -rw-r--r-- | modules/gallery/views/form_uploadify.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/form_uploadify.html.php b/modules/gallery/views/form_uploadify.html.php index b3b81ecb..137cb353 100644 --- a/modules/gallery/views/form_uploadify.html.php +++ b/modules/gallery/views/form_uploadify.html.php @@ -58,7 +58,7 @@ "<li class=\"g-error\">" + fileObj.name + " - " + msg[1] + "</li>"); } else { $("#g-add-photos-status ul").append( - "<li class=\"g-success\">" + fileObj.name + " - <?= t("Completed") ?></li>"); + "<li class=\"g-success\">" + fileObj.name + " - " + <?= t("Completed")->for_js() ?> + "</li>"); } return true; }, |
