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_block_welcome.html.php | |
| parent | e53916dd0622e3db61d6a05ad0fe69e8d7c7f11a (diff) | |
Changing t() placeholder syntax from {{replace_me}} to %replace_me.
Diffstat (limited to 'core/views/admin_block_welcome.html.php')
| -rw-r--r-- | core/views/admin_block_welcome.html.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/views/admin_block_welcome.html.php b/core/views/admin_block_welcome.html.php index 35501ffc..89914fb3 100644 --- a/core/views/admin_block_welcome.html.php +++ b/core/views/admin_block_welcome.html.php @@ -4,15 +4,15 @@ </p> <ul> <li> - <?= t("{{link_start}}General Settings{{link_end}} - General configuation options for your Gallery.", + <?= t("%link_startGeneral Settings%link_end - General configuation options for your Gallery.", array("link_start" => "<a href=\"#\">", "link_end" => "</a>")) ?> </li> <li> - <?= t("{{link_start}}Modules{{link_end}} - Manage available and installed modules.", + <?= t("%link_startModules%link_end - Manage available and installed modules.", array("link_start" => "<a href=\"" . url::site("admin/modules") . "\">", "link_end" => "</a>")) ?> </li> <li> - <?= t("{{link_start}}Presentation{{link_end}} - Choose a theme, set image sizes.", + <?= t("%link_startPresentation%link_end - Choose a theme, set image sizes.", array("link_start" => "<a href=\"#\">", "link_end" => "</a>")) ?> </li> </ul> |
