Skip to content

Commit b56658d

Browse files
committed
implement proper translation toclone button in flexigrid theme
1 parent 83b5fed commit b56658d

File tree

1 file changed

+1
-1
lines changed
  • assets/grocery_crud/themes/flexigrid/views

1 file changed

+1
-1
lines changed

assets/grocery_crud/themes/flexigrid/views/list.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<a href='<?php echo $row->edit_url?>' title='<?php echo $this->l('list_edit')?> <?php echo $subject?>' class="edit_button"><span class='edit-icon'></span></a>
4545
<?php }?>
4646
<?php if(!$unset_clone){?>
47-
<a href='<?php echo $row->clone_url?>' title='Clone <?php echo $subject?>' class="clone_button"><span class='clone-icon'></span></a>
47+
<a href='<?php echo $row->clone_url?>' title='<?php echo $this->l('list_clone')?> <?php echo $subject?>' class="clone_button"><span class='clone-icon'></span></a>
4848
<?php }?>
4949
<?php if(!$unset_read){?>
5050
<a href='<?php echo $row->read_url?>' title='<?php echo $this->l('list_view')?> <?php echo $subject?>' class="edit_button"><span class='read-icon'></span></a>

0 commit comments

Comments
 (0)