Three dots for indicating an ellipsis should be replaced with the UTF-8 character … (Horizontal Ellipsis, U+2026) as it has a more semantic meaning.
Examples of incorrect code for this rule:
__( 'Continue...' );
Examples of correct code for this rule:
__( 'Continue…' );