From e4a9b19bf9997f46203fbc18c696c63703a72625 Mon Sep 17 00:00:00 2001
From: Andy Staudacher
Date: Thu, 15 Jan 2009 10:02:41 +0000
Subject: Changing t() placeholder syntax from {{replace_me}} to %replace_me.
---
core/views/admin_block_welcome.html.php | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to 'core/views/admin_block_welcome.html.php')
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 @@
-
- = 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" => "", "link_end" => "")) ?>
-
- = t("{{link_start}}Modules{{link_end}} - Manage available and installed modules.",
+ = t("%link_startModules%link_end - Manage available and installed modules.",
array("link_start" => "", "link_end" => "")) ?>
-
- = 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" => "", "link_end" => "")) ?>
--
cgit v1.2.3