diff options
| author | Andy Staudacher <andy.st@gmail.com> | 2009-01-15 10:02:41 +0000 | 
|---|---|---|
| committer | Andy Staudacher <andy.st@gmail.com> | 2009-01-15 10:02:41 +0000 | 
| commit | e4a9b19bf9997f46203fbc18c696c63703a72625 (patch) | |
| tree | c33f4cb354961eeba452f428dfa68c664bc3226f /core/views/admin_themes_preview.html.php | |
| parent | e53916dd0622e3db61d6a05ad0fe69e8d7c7f11a (diff) | |
Changing t() placeholder syntax from {{replace_me}} to %replace_me.
Diffstat (limited to 'core/views/admin_themes_preview.html.php')
| -rw-r--r-- | core/views/admin_themes_preview.html.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/core/views/admin_themes_preview.html.php b/core/views/admin_themes_preview.html.php index acd1ba3c..d4fa617d 100644 --- a/core/views/admin_themes_preview.html.php +++ b/core/views/admin_themes_preview.html.php @@ -1,7 +1,7 @@  <?php defined("SYSPATH") or die("No direct script access.") ?>  <p>    <a href="<?= url::site("admin/themes/choose/$type/$theme_name?csrf=" . access::csrf_token()) ?>"> -    <?= t("Activate <strong>{{theme_name}}</strong>", array("theme_name" => $info->name)) ?> +    <?= t("Activate <strong>%theme_name</strong>", array("theme_name" => $info->name)) ?>    </a>  </p>  <iframe src="<?= $url ?>" style="width: 900px; height: 450px"></iframe> | 
