Project

General

Profile

Defect #21069

Updated by Toshi MARUYAMA over 8 years ago

The commit r14273, 14273, which has been merged into the 3.1 branch, introduced an error as a "h" label is hard-coded in the function l_hours_short: 

 <pre> 
 "%.2f h" % hours.to_f 
 </pre> 

 This label should be translated through i18n. Asian users will surely report this anomaly.

Back