From d5ca5bf9f6fc8d47c2786af80342b13036f14d36 Mon Sep 17 00:00:00 2001 From: harlekin Date: Wed, 12 Feb 2003 11:40:53 +0000 Subject: now plugins should be translatable too --- (limited to 'core/pim/today/plugins/datebook') diff --git a/core/pim/today/plugins/datebook/datebookevent.cpp b/core/pim/today/plugins/datebook/datebookevent.cpp index 48f204e..3c1e97a 100644 --- a/core/pim/today/plugins/datebook/datebookevent.cpp +++ b/core/pim/today/plugins/datebook/datebookevent.cpp @@ -44,7 +44,7 @@ DateBookEvent::DateBookEvent(const EffectiveEvent &ev, msg += "" + (ev).description() + ""; if ( (ev).event().hasAlarm() ) { - msg += " [with alarm]"; + msg += " " + tr("[with alarm]") +""; } // include location or not @@ -67,7 +67,7 @@ DateBookEvent::DateBookEvent(const EffectiveEvent &ev, // include possible note or not if ( show_notes ) { - msg += "
note:" +( (ev).notes() ).mid( 0, maxCharClip ); + msg += "
" + tr("note") + ":" +( (ev).notes() ).mid( 0, maxCharClip ); } setText( msg ); connect( this, SIGNAL( clicked() ), this, SLOT( editMe() ) ); -- cgit v0.9.0.2