summaryrefslogtreecommitdiff
path: root/modules/gallery/views/form_uploadify.html.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2013-01-22 18:39:24 -0500
committerBharat Mediratta <bharat@menalto.com>2013-01-22 18:39:24 -0500
commit49f6ce2d94194220213edb108e4ac372acd2eabb (patch)
treef9944f16876c8eb0281458e7e59f64dc1cbe72e9 /modules/gallery/views/form_uploadify.html.php
parentd45a73777935c86fc5131955831833d7465b5e9d (diff)
gallery.menalto.com -> galleryproject.org
codex.gallery2.org -> codex.galleryproject.org Fixes #1957.
Diffstat (limited to 'modules/gallery/views/form_uploadify.html.php')
-rw-r--r--modules/gallery/views/form_uploadify.html.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/gallery/views/form_uploadify.html.php b/modules/gallery/views/form_uploadify.html.php
index c1f985c3..4426514a 100644
--- a/modules/gallery/views/form_uploadify.html.php
+++ b/modules/gallery/views/form_uploadify.html.php
@@ -89,7 +89,7 @@
.replace("__INFO__", errorObj.info)
.replace("__TYPE__", errorObj.type);
}
- msg = " - <a target=\"_blank\" href=\"http://codex.gallery2.org/Gallery3:Troubleshooting:Uploading\">" +
+ msg = " - <a target=\"_blank\" href=\"http://codex.galleryproject.org/Gallery3:Troubleshooting:Uploading\">" +
error_msg + "</a>";
$("#g-add-photos-status ul").append(
@@ -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.gallery2.org/Gallery3:FAQ#Why_does_it_say_I.27m_missing_ffmpeg.3F")) ?>
+ <?= 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")) ?>
</p>
<? endif ?>
</div>