diff options
Diffstat (limited to 'core/views/quick_pane.html.php')
-rw-r--r-- | core/views/quick_pane.html.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/views/quick_pane.html.php b/core/views/quick_pane.html.php index 7ae0a856..9a0e56d5 100644 --- a/core/views/quick_pane.html.php +++ b/core/views/quick_pane.html.php @@ -4,7 +4,7 @@ <div class="rotate-counter-clockwise" href="<?= url::site("quick/rotate/$item->id/ccw?csrf=" . access::csrf_token()) ?>"> <span> - <?= _("Rotate CCW") ?> + <?= t("Rotate CCW") ?> </span> </div> <? endif ?> @@ -12,7 +12,7 @@ <div class="edit gDialogLink" href="<?= url::site("quick/form_edit/$item->id") ?>"> <span> - <?= _("Edit") ?> + <?= t("Edit") ?> </span> </div> @@ -20,7 +20,7 @@ <div class="rotate-clockwise" href="<?= url::site("quick/rotate/$item->id/cw?csrf=" . access::csrf_token()) ?>"> <span> - <?= _("Rotate CCW") ?> + <?= t("Rotate CCW") ?> </span> </div> <? endif ?> |