Salome HOME
Unicode support
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_TranslationDlg.cxx
index ecd742a77fcbfdf707e986ef50ff7fd95ef87aac..52ea6813b62c717b3bc5ec9cd77b5c2cc3b930c2 100644 (file)
@@ -295,7 +295,7 @@ SMESHGUI_TranslationDlg::SMESHGUI_TranslationDlg( SMESHGUI* theModule ) :
   myMeshOrSubMeshOrGroupFilter =
     new SMESH_LogicalFilter(aListOfFilters, SMESH_LogicalFilter::LO_OR);
 
-  myHelpFileName = "translation_page.html";
+  myHelpFileName = "translation.html";
 
   Init();
 
@@ -705,7 +705,7 @@ void SMESHGUI_TranslationDlg::onTextChange (const QString& theNewText)
   buttonOk->setEnabled(false);
   buttonApply->setEnabled(false);
 
-  // hilight entered elements
+  // highlight entered elements
   SMDS_Mesh* aMesh = 0;
   if (myActor)
     aMesh = myActor->GetObject()->GetMesh();