Changes

m
no edit summary
Line 236: Line 236:  
     sum = args.explicit[id .. ' sum'] or '??',
 
     sum = args.explicit[id .. ' sum'] or '??',
 
     level = args.explicit[id .. ' level'] or '??',
 
     level = args.explicit[id .. ' level'] or '??',
     fleet = (e.reset_type == 1 and 'Monthly expedtion<br>' or '') .. (args.explicit[id .. ' fleet'] or '??') .. string.format('<br>Sample: %s', formatSampleFleet(e.sample_fleet)),
+
     fleet = (e.reset_type == 1 and 'Monthly expedtion<br>' or '') .. (args.explicit[id .. ' fleet'] or '??') .. string.format('<br>Eg %s', formatSampleFleet(e.sample_fleet)),
 
     drums = args.explicit[id .. ' drums'] or '??',
 
     drums = args.explicit[id .. ' drums'] or '??',
 
     fuel_cost = e.use_fuel > 0 and '-' .. 10 * e.use_fuel or '',
 
     fuel_cost = e.use_fuel > 0 and '-' .. 10 * e.use_fuel or '',
cssedit, gkautomate
6,926

edits