diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-09-16 19:34:42 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-09-16 19:34:42 -0700 |
commit | de2f9baeee0a05968ef0c3809c90e335180cffd0 (patch) | |
tree | 4ab4cc0d97e2c47b1a9fc92a1ea31beb46c23da3 | |
parent | 5e316f78c6d73fcba9b39c0f9033f1d670de83cb (diff) |
Add a link to
http://codex.gallery2.org/Gallery3:Choosing_A_Graphics_Toolkit to help
users choose a graphics toolkit. Fixes ticket #1372.
-rw-r--r-- | modules/gallery/views/admin_graphics.html.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gallery/views/admin_graphics.html.php b/modules/gallery/views/admin_graphics.html.php index 3a48e087..ae76f1e1 100644 --- a/modules/gallery/views/admin_graphics.html.php +++ b/modules/gallery/views/admin_graphics.html.php @@ -16,6 +16,7 @@ <h1> <?= t("Graphics settings") ?> </h1> <p> <?= t("Gallery needs a graphics toolkit in order to manipulate your photos. Please choose one from the list below.") ?> + <?= t("Can't decide which toolkit to choose? <a href=\"%url\">We can help!</a>", array("url" => "http://codex.gallery2.org/Gallery3:Choosing_A_Graphics_Toolkit")) ?> </p> <div class="g-block-content"> |