From 6707dd2b7abf2fac4aef4025cf8e554577d0891c Mon Sep 17 00:00:00 2001 From: fbarros Date: Thu, 29 Aug 2002 17:49:16 +0000 Subject: just a tr() --- (limited to 'noncore/tools') diff --git a/noncore/tools/clock/clock.cpp b/noncore/tools/clock/clock.cpp index 69d8214..e3621d9 100644 --- a/noncore/tools/clock/clock.cpp +++ b/noncore/tools/clock/clock.cpp @@ -417,7 +417,7 @@ void Clock::timerEvent( QTimerEvent *e ) alarmOffBtn->setText( tr( "Alarm Is Off" ) ); alarmBool=FALSE; snoozeBtn->hide(); - setCaption("Clock: Alarm was missed."); + setCaption(tr("Clock: Alarm was missed.")); } } -- cgit v0.9.0.2