mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-03 02:09:22 -04:00
Changing t() placeholder syntax from {{replace_me}} to %replace_me.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user