Skip to content
Snippets Groups Projects
Commit b6371b65 authored by Peter Rotich's avatar Peter Rotich
Browse files

Merge pull request #1440 from Chefkeks/patch-6


i18n: Add a few forgotten strings

Reviewed-By: default avatarPeter Rotich <peter@osticket.com>
parents ef79e444 3b856bd0
No related branches found
No related tags found
No related merge requests found
......@@ -158,12 +158,12 @@ if($thisstaff->canAssignTickets())
$options[]=array('action'=>($ticket->isAssigned()?__('Reassign'):__('Assign')),'url'=>"tickets.php?id=$tid#assign");
if($thisstaff->canTransferTickets())
$options[]=array('action'=>'Transfer','url'=>"tickets.php?id=$tid#transfer");
$options[]=array('action'=>__('Transfer'),'url'=>"tickets.php?id=$tid#transfer");
$options[]=array('action'=>'Post Note','url'=>"tickets.php?id=$tid#note");
$options[]=array('action'=>__('Post Note'),'url'=>"tickets.php?id=$tid#note");
if($thisstaff->canEditTickets())
$options[]=array('action'=>'Edit Ticket','url'=>"tickets.php?id=$tid&a=edit");
$options[]=array('action'=>__('Edit Ticket'),'url'=>"tickets.php?id=$tid&a=edit");
if($options) {
echo '<ul class="tip_menu">';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment