From 4d16a68012ae6d3d227daf4952cb918a1f2fc855 Mon Sep 17 00:00:00 2001 From: cniehaus Date: Thu, 26 Dec 2002 14:02:07 +0000 Subject: another i18n-bug found and fixed by Tais --- (limited to 'noncore') diff --git a/noncore/settings/mediummount/mediumglobal.cc b/noncore/settings/mediummount/mediumglobal.cc index 1f90497..fa4171c 100644 --- a/noncore/settings/mediummount/mediumglobal.cc +++ b/noncore/settings/mediummount/mediumglobal.cc @@ -33,13 +33,12 @@ void MediumGlobalWidget::initGUI() m_label = new QLabel( this ); m_label->setTextFormat( Qt::RichText ); m_label->setText( tr("") ); - QWhatsThis::add( this, ("If a medium gets inserted into this device Opie " + QWhatsThis::add( this, tr("If a medium gets inserted into this device Opie " "tries to search the medium for Documents. On " "large mediums this can take some time. You can choose " "if Opie should scan for Documents globally or on a " "per medium level. You're also able to reconfigure " - "each medium." - ) ); + "each medium.") ); m_layout->addWidget( m_label ); -- cgit v0.9.0.2