Actions
Defect #37072
closedCapitalization issue for object names in I18n keys: button_save_object, button_edit_object, and button_delete_object
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
Introduced with #34494 for translation :button_save_object the object_name uses label_query with downcase.
In German (and most likely other languages, too) the translation for label_query has to stay with an upper letter. abfrage speichern
is currently generated with downcase, but it should be "Abfrage speichern
"
The attached patch removes downcase from :button_save_object.
Files
Related issues
Actions