From: Damien R. <dr...@ma...> - 2015-01-28 12:34:44
|
Greetings, Today I fixed a bug in MantisBT [1] that caused dynamic parameters to be replaced in the wrong sequence for Timeline events. The issue was caused by a missing '$' sign in the sprintf parameter format (e.g. '%1s' instead of '%1$s') (see the commit on Github [2] for full details on the change). When updating the translations, please make sure to add the missing '$' sign after the parameter's number, for all s_timeline_* language strings . Thanks in advance Damien Regad MantisBT Developer [1] https://www.mantisbt.org/bugs/view.php?id=19288 [2] https://github.com/mantisbt/mantisbt/commit/ad6e75e4 |