msgstr "Parallel Animation..."
msgid "VisuGUI::MEN_SUCCCESSIVE_ANIMATION"
-msgstr "Succcessive Animation..."
+msgstr "Successive Animation..."
+
+msgid "PARALLEL_ANIMATION"
+msgstr "Parallel Animation"
+
+msgid "SUCCESSIVE_ANIMATION"
+msgstr "Successive Animation"
msgid "VisuGUI::MEN_CELL_COLOR"
msgstr "Cell color"
mySetupDlg(NULL)
{
if ( theMode == 0 )
- setCaption("Parallel Animation");
+ setCaption(tr("PARALLEL_ANIMATION"));
else if ( theMode == 1 )
- setCaption("Succcessive Animation");
+ setCaption(tr("SUCCESSIVE_ANIMATION"));
setSizeGripEnabled( TRUE );
isClosing = false;
myAnimator->restoreFromStudy(theAnimation);
mySaveBtn->setEnabled(myAnimator->isSavedInStudy());
if ( myAnimator->getAnimationMode() == 1 )
- setCaption("Succcessive Animation");
+ setCaption(tr("SUCCESSIVE_ANIMATION"));
}
//------------------------------------------------------------------------