TQToolTip::add(btnFreeze,i18n("<qt><h3>Freeze Computer</h3><p>Put the computer in software sleep mode, allowing for some powersaving. The system can be reactivated in a really short time, almost instantly.</p></qt>"));
TQToolTip::add(btnFreeze,i18n("<qt><h3>Freeze Computer</h3><p>Put the computer in software sleep mode,"
" allowing for some powersaving. The system can be reactivated in a really short time, almost"
TQToolTip::add(btnSuspend,i18n("<qt><h3>Suspend Computer</h3><p>Put the computer in a suspend-to-memory mode. The system is stopped and its state saved to memory.</p><p> This allows more powersaving than 'Freeze Computer' but requires longer time to reactivate the system.</p></qt>"));
TQToolTip::add(btnSuspend,i18n("<qt><h3>Suspend Computer</h3><p>Put the computer in a suspend-to-memory mode."
" The system is stopped and its state saved to memory.</p><p> This allows more powersaving than 'Freeze"
" Computer' but requires longer time to reactivate the system.</p></qt>"));
TQToolTip::add(btnHibernate,i18n("<qt><h3>Hibernate Computer</h3><p>Put the computer in a suspend-to-disk mode. The system is stopped and its state saved to disk.</p><p>This offers the greatest powersaving but considerable time is required to reactivate the system again.</p></qt>"));
TQToolTip::add(btnHibernate,i18n("<qt><h3>Hibernate Computer</h3><p>Put the computer in a suspend-to-disk"
" mode. The system is stopped and its state saved to disk.</p><p>This offers the greatest powersaving but"
" considerable time is required to reactivate the system again.</p></qt>"));
TQToolTip::add(btnHybridSuspend,i18n("<qt><h3>Hybrid Suspend</h3><p>Put the computer in both suspend-to-memory"" and suspend-to-disk mode. The system is stopped and its state saved to memory and to disk.</p><p>This offers"" the best of both 'Suspend' and 'Hibernate' combined together. The system is de facto in 'Suspend' mode but if"
" power is lost, work can still be resumed as if the system had been hibernated, preventing any data"