summaryrefslogtreecommitdiff
path: root/modules/gallery/views/form_uploadify.html.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2013-02-14 17:40:44 -0800
committerBharat Mediratta <bharat@menalto.com>2013-02-14 17:40:44 -0800
commitea741a8457102b06992e6ecfb248bb71ca791840 (patch)
tree977380e90394bc7da2e93e2b116e2cf9b985e62f /modules/gallery/views/form_uploadify.html.php
parent21acbbf549f3167d14c89270683ef06746552d75 (diff)
parentf212f6a794c4aff96446b99e4824a9e2c8cfb259 (diff)
Merge pull request #138 from shadlaws/fix_2003
#2003 - Add admin/movies screen.
Diffstat (limited to 'modules/gallery/views/form_uploadify.html.php')
-rw-r--r--modules/gallery/views/form_uploadify.html.php2
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 4426514a..c13e3418 100644
--- a/modules/gallery/views/form_uploadify.html.php
+++ b/modules/gallery/views/form_uploadify.html.php
@@ -131,7 +131,7 @@
<? if (identity::active_user()->admin && !$movies_allowed): ?>
<p class="g-warning">
- <?= t("Can't find <i>ffmpeg</i> on your system. Movie uploading disabled. <a href=\"%help_url\">Help!</a>", array("help_url" => "http://codex.galleryproject.org/Gallery3:FAQ#Why_does_it_say_I.27m_missing_ffmpeg.3F")) ?>
+ <?= t("Movie uploading is disabled on your system. <a href=\"%help_url\">Help!</a>", array("help_url" => url::site("admin/movies"))) ?>
</p>
<? endif ?>
</div>