CHECKS['end_question']=(_('Trailing question'),check_end_question,_('Source and translated do not both end with a question mark'))
CHECKS['end_question']=(_('Trailing question'),check_end_question,_('Source and translated do not both end with a question mark or it is not correctly spaced'))
CHECKS['end_exclamation']=(_('Trailing exclamation'),check_end_exclamation,_('Source and translated do not both end with an exclamation mark'))
CHECKS['end_exclamation']=(_('Trailing exclamation'),check_end_exclamation,_('Source and translated do not both end with an exclamation mark or it is not correctly spaced'))
# For now all format string checks use generic implementation, but
# For now all format string checks use generic implementation, but