diff -r c5d350b619a5 -r edb30dabf71a QTfrontend/pages.cpp --- a/QTfrontend/pages.cpp Thu Nov 04 19:52:35 2010 +0100 +++ b/QTfrontend/pages.cpp Thu Nov 04 22:42:56 2010 +0100 @@ -1504,7 +1504,7 @@ glGMLayout->addWidget(TBW_invulnerable,1,1,1,1); TBW_resethealth = new ToggleButtonWidget(gbGameModes, ":/res/btnResetHealth.png"); - TBW_resethealth->setToolTip("" + ToggleButtonWidget::tr("Reset Health") + ":
" + tr("Every hog of the team is fully restored at the end of turn")); + TBW_resethealth->setToolTip("" + ToggleButtonWidget::tr("Reset Health") + ":
" + tr("All (living) hedgehogs are fully restored at the end of turn")); glGMLayout->addWidget(TBW_resethealth,1,2,1,1); TBW_vampiric = new ToggleButtonWidget(gbGameModes, ":/res/btnVampiric.png");