Skip to content

Commit

Permalink
- some corrections in the english text and translations.
Browse files Browse the repository at this point in the history
- Italian translations (Thanks to Massimo).

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11771 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adeas31 committed Apr 18, 2012
1 parent 1b55166 commit bc65ed9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions OMEdit/OMEditGUI/Helper.cpp
Expand Up @@ -183,7 +183,7 @@ void Helper::initHelperVariables()
Helper::checkModel = tr("Check Model");
Helper::checkModelTip = tr("Check the Modelica model");
Helper::instantiateModel = tr("Instantiate Model");
Helper::instantiateModelTip = tr("Instantiates/Flatten the Modelica model");
Helper::instantiateModelTip = tr("Instantiate/Flatten the Modelica model");
Helper::Delete = tr("Delete");
Helper::copy = tr("Copy");
Helper::paste = tr("Paste");
Expand Down Expand Up @@ -306,7 +306,7 @@ QString GUIMessages::getMessage(int type)
case CLOSE_INTERACTIVE_SIMULATION_TAB:
return tr("Are you sure you want to close '%1' interactive simulation?");
case INFO_CLOSE_INTERACTIVE_SIMULATION_TAB:
return tr("You cannot recover this window once its closed.");
return tr("You cannot recover this window once it is closed.");
case INTERACTIVE_SIMULATION_RUNNIG:
return tr("You already have one interactive simulation running. Only one interactive simulation session is allowed at a time. \n\n Please shutdown the interactive simulation or close the interactive simulation tab before launching the new one.");
case SELECT_VARIABLE_FOR_OMI:
Expand Down
2 changes: 1 addition & 1 deletion OMEdit/OMEditGUI/SimulationWidget.cpp
Expand Up @@ -170,7 +170,7 @@ void SimulationWidget::setUpForm()
// Logging
mpLogStatsCheckBox = new QCheckBox(tr("Stats"));
mpLogInitializationCheckBox = new QCheckBox(tr("Initialization"));
mpLogResultInitializationCheckBox = new QCheckBox(tr("Result Initialization"));
mpLogResultInitializationCheckBox = new QCheckBox(tr("Initialization Result"));
mpLogSolverCheckBox = new QCheckBox(tr("Solver"));
mpLogEventsCheckBox = new QCheckBox(tr("Events"));
mpLogNonLinearSystemsCheckBox = new QCheckBox(tr("Non Linear Systems"));
Expand Down

0 comments on commit bc65ed9

Please sign in to comment.