author | harlekin <harlekin> | 2002-04-13 17:42:31 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2002-04-13 17:42:31 (UTC) |
commit | df9d45b9630f41da1b821ece4f9a0516f6901958 (patch) (side-by-side diff) | |
tree | 27dcc82a3af1ebd580f50d2686c022c80c82eb79 | |
parent | 4964c6a97eff0ab98b21c3942c8598be4739c74c (diff) | |
download | opie-df9d45b9630f41da1b821ece4f9a0516f6901958.zip opie-df9d45b9630f41da1b821ece4f9a0516f6901958.tar.gz opie-df9d45b9630f41da1b821ece4f9a0516f6901958.tar.bz2 |
i18n fixes
-rw-r--r-- | core/pim/today/todayconfig.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/pim/today/todayconfig.cpp b/core/pim/today/todayconfig.cpp index a908d98..500e8fb 100644 --- a/core/pim/today/todayconfig.cpp +++ b/core/pim/today/todayconfig.cpp @@ -69,33 +69,33 @@ todayconfig::todayconfig( QWidget* parent, const char* name, bool modal, WFlags CheckBox3->setGeometry( QRect( 158, 125, 27, 21 ) ); TextLabel6 = new QLabel( Frame8, "All Day"); TextLabel6->setGeometry( QRect( 20, 120, 100, 30 ) ); TextLabel6->setText( tr( "Show only later\n" "appointments") ); SpinBox1 = new QSpinBox( Frame8, "SpinBox1" ); SpinBox1->setGeometry( QRect( 115, 20, 58, 25 ) ); SpinBox1->setMaxValue( 10 ); SpinBox1->setValue( 5 ); TextLabel3 = new QLabel( Frame8, "TextLabel3" ); TextLabel3->setGeometry( QRect( 20, 10, 90, 60 ) ); TextLabel3->setText( tr( "How many \n" "appointment\n" - "should should \n" + "should\n" "be shown?" ) ); TabWidget3->insertTab( tab, tr( "Calendar" ) ); tab_2 = new QWidget( TabWidget3, "tab_2" ); Frame9 = new QFrame( tab_2, "Frame9" ); Frame9->setGeometry( QRect( -5, 0, 230, 310 ) ); Frame9->setFrameShape( QFrame::StyledPanel ); Frame9->setFrameShadow( QFrame::Raised ); TextLabel6 = new QLabel( Frame9, "TextLabel6" ); TextLabel6->setGeometry( QRect( 20, 10, 100, 60 ) ); TextLabel6->setText( tr( "How many\n" "tasks should \n" "be shown?" ) ); |