diff options
| author | Chad Kieffer <ckieffer@gmail.com> | 2009-06-06 00:35:39 -0600 |
|---|---|---|
| committer | Chad Kieffer <ckieffer@gmail.com> | 2009-06-06 00:35:39 -0600 |
| commit | 7cdcb5179f6d5414c9224fb65b7b36ab69ba52da (patch) | |
| tree | ffc78236234505ca953870dc68ffb76fe0cae872 /themes/default/views | |
| parent | c5425f42a4a13f7f585ffe45c070a865cdef6077 (diff) | |
| parent | 329bd8caa126040ba7abaf28e8f76e0b6739ceff (diff) | |
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'themes/default/views')
| -rw-r--r-- | themes/default/views/photo.html.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/default/views/photo.html.php b/themes/default/views/photo.html.php index 85143da8..cc4cc750 100644 --- a/themes/default/views/photo.html.php +++ b/themes/default/views/photo.html.php @@ -41,5 +41,8 @@ <div><?= p::clean($item->description) ?></div> </div> + <script type="text/javascript"> + var ADD_A_COMMENT = "<?= t("Add a comment") ?>"; + </script> <?= $theme->photo_bottom() ?> </div> |
