mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 02:12:51 +00:00
kcontrol: setup plural-aware suffix for the timeout widget in kpasswdstore KCM
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
e16eb8e85d
commit
35f34dfa20
1 changed files with 1 additions and 1 deletions
|
@ -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)),
|
||||
|
|
Loading…
Add table
Reference in a new issue