Missed notification text at review approve
I'm not sure if this report should be raised here or in the notification application project, but when review is approved and by administrator in the back-end, and notifications for approving reviews are enabled, there appear NOTA.STATUS_EMAIL_SENT constant text instead of the translated value.
It looks like this constant isn't loaded from the en-GB.SpApp.notifications.ini file, but it search for it in the en-GB.SpApp.review_rating.ini, because when I put there string:
SP.NOTA.STATUS_EMAIL_SENT = "Email sent to %s %s."
text is displayed correctly.