Vote #77946
完了Wrong German translation of logging time error message
0%
説明
There is a wrong german translation for error messages in context of logging time when editing a ticket. My test case was: log time without selecting an activity.
The error message says "Logzeit nicht gültig" but the section in the edit view is not called "Logzeit" but "Aufwand buchen".
In english the messge says " Log time is invalid" and the section is called "Log time" accordingly.
journals
Could you give us de.yml?
source:trunk/config/locales/de.yml@16037
--------------------------------------------------------------------------------
Looks like in the view the label @button_log_time@ is used but in the error message its the label @field_time_entries@.
The labels have the same content in english, but differ in german.
@Toshi: I would suggest to use the label @button_log_time@ in the error message as well...
--------------------------------------------------------------------------------
Please find attached the patch that implements the solution proposed by Tobias.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Committed in trunk r16580, thanks.
--------------------------------------------------------------------------------