Skip to content

Make remaining date strings translatable

Daniel Rusek requested to merge (removed):date-strings into master

This fixes the date format in History window and reviews being incorrect when using non-English localisation. The date string was set as translatable in src/gs-updates-page.c, but not in src/gs-history-dialog.c and src/gs-review-row.c.

Tested and seems to work fine. The date format is correct after this change.

Merge request reports