Changing t() placeholder syntax from {{replace_me}} to %replace_me.

This commit is contained in:
Andy Staudacher
2009-01-15 10:02:41 +00:00
parent e53916dd06
commit e4a9b19bf9
44 changed files with 107 additions and 103 deletions

View File

@@ -12,7 +12,7 @@
title="<?= t("Edit group") ?>"><?= t("edit") ?></a>
<? if (!$group->special): ?>
<a href="groups/delete_form/<?= $group->id ?>" class="gDialogLink"
title="<?= t("Do you really want to delete {{group_name}}", array("group_name" => $group->name)) ?>">
title="<?= t("Do you really want to delete %group_name", array("group_name" => $group->name)) ?>">
<?= t("delete") ?></a>
<? endif ?>
</li>