diff options
author | Shai Ben-Naphtali <shai@shaibn.com> | 2009-07-21 12:13:13 +0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-07-21 13:19:07 +0800 |
commit | b99774ac49999e4701f1c410f0018a417a5f613e (patch) | |
tree | 2382677acac28615f6126516c1e5ec9a0884f24f /modules | |
parent | 5a0424f458323578a6b2e5395a58f3d2bfc034dc (diff) |
Fixed grammer and set lowercase for the word project (minor change)
Signed-off-by: Bharat Mediratta <bharat@menalto.com>
Diffstat (limited to 'modules')
-rw-r--r-- | modules/gallery/views/after_install.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/after_install.html.php b/modules/gallery/views/after_install.html.php index d6ba8e7c..e4842163 100644 --- a/modules/gallery/views/after_install.html.php +++ b/modules/gallery/views/after_install.html.php @@ -21,7 +21,7 @@ </p> <p> - <?= t("Want to learn more? The <a href=\"%url\">Gallery website</a> has news and information about Gallery Project and community.", array("url" => "http://gallery.menalto.com")) ?> + <?= t("Want to learn more? The <a href=\"%url\">Gallery website</a> has news and information about the Gallery project and community.", array("url" => "http://gallery.menalto.com")) ?> </p> <p> |