Fix typos: occured -> occurred.

remotes/origin/KDE/4.8
Yuri Chornoivan 15 years ago
parent 40ac3d889b
commit 9dab469366
  1. 4
      ui/annotwindow.cpp

@ -319,12 +319,12 @@ void AnnotWindow::renderLatex( bool render )
renderLatex( false ); renderLatex( false );
break; break;
case GuiUtils::LatexRenderer::LatexFailed: case GuiUtils::LatexRenderer::LatexFailed:
KMessageBox::detailedSorry( this, i18n( "A problem occured during the execution of the 'latex' command." ), latexOutput, i18n( "LaTeX rendering failed" ) ); KMessageBox::detailedSorry( this, i18n( "A problem occurred during the execution of the 'latex' command." ), latexOutput, i18n( "LaTeX rendering failed" ) );
m_title->uncheckLatexButton(); m_title->uncheckLatexButton();
renderLatex( false ); renderLatex( false );
break; break;
case GuiUtils::LatexRenderer::DvipngFailed: case GuiUtils::LatexRenderer::DvipngFailed:
KMessageBox::sorry( this, i18n( "A problem occured during the execution of the 'dvipng' command." ), i18n( "LaTeX rendering failed" ) ); KMessageBox::sorry( this, i18n( "A problem occurred during the execution of the 'dvipng' command." ), i18n( "LaTeX rendering failed" ) );
m_title->uncheckLatexButton(); m_title->uncheckLatexButton();
renderLatex( false ); renderLatex( false );
break; break;

Loading…
Cancel
Save