From 35f34dfa20368f50853d8d6bb9932b013bdea5c2 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Fri, 31 May 2024 18:53:00 +0300 Subject: [PATCH] kcontrol: setup plural-aware suffix for the timeout widget in kpasswdstore KCM Signed-off-by: Ivailo Monev --- kcontrol/kpasswdstore/kpasswdstoreconfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kcontrol/kpasswdstore/kpasswdstoreconfig.cpp b/kcontrol/kpasswdstore/kpasswdstoreconfig.cpp index 8e91f46c..79eb666d 100644 --- a/kcontrol/kpasswdstore/kpasswdstoreconfig.cpp +++ b/kcontrol/kpasswdstore/kpasswdstoreconfig.cpp @@ -118,7 +118,7 @@ KCMPasswdStore::KCMPasswdStore(QWidget* parent, const QVariantList& args) m_timeoutinput = new KIntNumInput(generalgroup); m_timeoutinput->setRange(1, 255); m_timeoutinput->setSliderEnabled(true); - m_timeoutinput->setSuffix(i18n(" minute(s)")); + m_timeoutinput->setSuffix(ki18np(" minute", " minutes")); m_timeoutinput->setToolTip(i18n("The timeout in minutes of inactivity after which stores are automatically closed.")); connect( m_timeoutinput, SIGNAL(valueChanged(int)),