diff --git a/conf/dlgpresentation.cpp b/conf/dlgpresentation.cpp index c17b44f54..b6fab80d8 100644 --- a/conf/dlgpresentation.cpp +++ b/conf/dlgpresentation.cpp @@ -45,7 +45,7 @@ DlgPresentation::DlgPresentation( QWidget * parent ) Okular::Settings::setSlidesScreen( -2 ); } - m_dlg->kcfg_SlidesAdvanceTime->setSuffix(ki18np(" second", " seconds")); + m_dlg->kcfg_SlidesAdvanceTime->setSuffix(ki18ncp("Advance every %1 seconds", " second", " seconds")); connect( m_dlg->screenCombo, SIGNAL( activated( int ) ), this, SLOT( screenComboChanged( int ) ) ); }