Topic on Extension talk:Semantic Image Annotator

Typo in SemanticImageAnnotatorSpecial.php?

1
Tommyheyser (talkcontribs)

Line 59 - 67 of d291837, Special/SemanticImageAnnotatorSpecial.php

$out->addWikiText( '== '.$this->msg( 'sta-reinstall-header' ).' ==' );
            $btn = new OOUI\ButtonWidget( array(
                'infusable' => true,
                'id' => 'reinstall-btn',
                'label' => ''.$this->msg( 'sta-reinstall-header' ).'',
            ) );

            
            $out->addWikiText( ''.$this->msg( 'sta-reinstall-text' ).'' );

Shouldn't the "sta" be "sia"?

Reply to "Typo in SemanticImageAnnotatorSpecial.php?"