From c663b27305de6d136d5c0b5462dd1df9768043bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Tue, 7 Sep 2010 19:33:38 +0000 Subject: [PATCH] i18n: Add translation context. svn path=/trunk/KDE/kdegraphics/okular/; revision=1172675 --- conf/dlgpresentation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) ) ); }