Index: trunk/extensions/Translate/utils/TranslationHelpers.php |
— | — | @@ -778,8 +778,9 @@ |
779 | 779 | |
780 | 780 | $class = 'mw-sp-translate-edit-info'; |
781 | 781 | |
782 | | - if ( $info !== null ) $info .= Html::element( 'hr' ); |
783 | | - $info .= $this->formatGettextComments(); |
| 782 | + $gettext = $this->formatGettextComments(); |
| 783 | + if ( $info !== null && $gettext ) $info .= Html::element( 'hr' ); |
| 784 | + $info .= $gettext; |
784 | 785 | |
785 | 786 | if ( strval( $info ) === '' ) { |
786 | 787 | $info = wfMsg( 'translate-edit-no-information' ); |