diff options
author | Bharat Mediratta <bharat@menalto.com> | 2013-02-15 13:23:05 -0500 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2013-02-15 13:23:05 -0500 |
commit | 8b0088fd8d1774f4bdf5ae345ab5ad2da1eaedaf (patch) | |
tree | 7512c8cbb1822e94d6d97caa5ca1313132fe9d13 | |
parent | 5b6c138da1e53e93e4de8079885fcef29d12e673 (diff) |
Change gallery/bin -> gallery3/bin in the comment since I suspect most
people don't change the name of the directory. Follow-on to
1d7f5e3ab117a6cce8f2a1d3de5e311b74dbee81 for #1935
-rw-r--r-- | modules/gallery/views/admin_movies.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/admin_movies.html.php b/modules/gallery/views/admin_movies.html.php index e7810711..242a4349 100644 --- a/modules/gallery/views/admin_movies.html.php +++ b/modules/gallery/views/admin_movies.html.php @@ -8,7 +8,7 @@ <p> <?= t("Although popular, FFmpeg is not installed on all Linux systems.") ?> <?= t("To use FFmpeg without fully installing it, download a pre-compiled, <b>static build</b> of FFmpeg from one of the links <a href=\"%url\">here</a>.", array("url" => "http://ffmpeg.org/download.html")) ?> - <?= t("Then, put the \"ffmpeg\" file in Gallery's \"bin\" directory (e.g. \"/gallery/bin\"), where Gallery will auto-detect it.") ?> + <?= t("Then, put the \"ffmpeg\" file in Gallery's \"bin\" directory (e.g. \"/gallery3/bin\"), where Gallery will auto-detect it.") ?> </p> <p> <?= t("Movies will work without FFmpeg, but their thumbnails will be placeholders.") ?> |