diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-06-12 03:50:50 +0800 |
---|---|---|
committer | <unostar@danalan.info> | 2009-06-12 06:55:21 +0800 |
commit | 24bd873c4fd32577dc30e3eb591abc1e20f5cde3 (patch) | |
tree | 9c9c91afab86e68ac220ea140f6bd2ab186ba8d7 /modules/g2_import | |
parent | 4c7fc9515ba6069aaf560bbdffcd630f3c42361d (diff) |
Rename theme_details to theme_options. These changes got left out of
68fd196d66e2d21f571ff3b5a673f18cd129abf9 leaving us in a temporarily
broken state.
Signed-off-by: <unostar@danalan.info>
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 ?> |