diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-06-12 03:50:50 +0800 |
---|---|---|
committer | Marc Poulhiès <dkm@kataplop.net> | 2009-06-12 13:39:26 +0800 |
commit | cf687fe15248b4d14f5fefc6eddd91f5dcafe3c2 (patch) | |
tree | 78fec5806dc0264dc6f4444d161eecaf94f51045 /modules/g2_import | |
parent | 15adde714d667be984c2357cd0bf3fae5691ff5c (diff) |
Rename theme_details to theme_options. These changes got left out of
68fd196d66e2d21f571ff3b5a673f18cd129abf9 leaving us in a temporarily
broken state.
Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
Diffstat (limited to 'modules/g2_import')
-rw-r--r-- | modules/g2_import/views/admin_g2_import.html.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/g2_import/views/admin_g2_import.html.php b/modules/g2_import/views/admin_g2_import.html.php index 85525a81..c0ee2b17 100644 --- a/modules/g2_import/views/admin_g2_import.html.php +++ b/modules/g2_import/views/admin_g2_import.html.php @@ -52,7 +52,7 @@ <?= t("Your most common thumbnail size in Gallery 2 is %g2_pixels pixels, but your Gallery 3 thumbnail size is set to %g3_pixels pixels. <a href=\"%url\">Using the same value</a> will speed up your import.", array("g2_pixels" => $g2_sizes["thumb"]["size"], "g3_pixels" => $thumb_size, - "url" => url::site("admin/theme_details"))) ?> + "url" => url::site("admin/theme_options"))) ?> </div> <? endif ?> @@ -61,7 +61,7 @@ <?= t("Your most common intermediate size in Gallery 2 is %g2_pixels pixels, but your Gallery 3 thumbnail size is set to %g3_pixels pixels. <a href=\"%url\">Using the same value</a> will speed up your import.", array("g2_pixels" => $g2_sizes["resize"]["size"], "g3_pixels" => $resize_size, - "url" => url::site("admin/theme_details"))) ?> + "url" => url::site("admin/theme_options"))) ?> </div> <? endif ?> |