diff options
-rw-r--r-- | core/views/move_browse.html.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/core/views/move_browse.html.php b/core/views/move_browse.html.php index 5a0a1f56..4f69c0e9 100644 --- a/core/views/move_browse.html.php +++ b/core/views/move_browse.html.php @@ -24,6 +24,15 @@ } } </script> +<h1 style="display: none"> + <? if ($source->type == "photo"): ?> + <? t("Move this photo to a new album") ?> + <? elseif ($source->type == "movie"): ?> + <? t("Move this movie to a new album") ?> + <? elseif ($source->type == "album"): ?> + <? t("Move this album to a new album") ?> + <? endif ?> +</h1> <div id="gMove"> <ul id="tree_0"> <li id="node_1" class="node"> |