From 02b6366dd2be9d9834eb1a4358960bb6ac6c662b Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Mon, 26 Oct 2009 23:08:05 -0600 Subject: Switch instances of first to g-first. --- modules/gallery/helpers/gallery_theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/gallery/helpers') diff --git a/modules/gallery/helpers/gallery_theme.php b/modules/gallery/helpers/gallery_theme.php index 49a458b7..3fcaca67 100644 --- a/modules/gallery/helpers/gallery_theme.php +++ b/modules/gallery/helpers/gallery_theme.php @@ -102,7 +102,7 @@ class gallery_theme_Core { } static function credits() { - return "
  • " . + return "
  • " . t(module::get_var("gallery", "credits"), array("url" => "http://gallery.menalto.com", "version" => gallery::VERSION)) . "
  • "; -- cgit v1.2.3