From kde-commits Thu Dec 31 19:10:34 2009 From: =?utf-8?q?Andrius=20=C5=A0tikonas?= Date: Thu, 31 Dec 2009 19:10:34 +0000 To: kde-commits Subject: extragear/network/choqok/choqok/config/behavior Message-Id: <1262286634.051379.15438.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=126228664124963 SVN commit 1068288 by stikonas: Replace static KIntSpinBox suffix with plural compatible suffix. M +2 -0 behaviorconfig.cpp M +0 -3 behaviorconfig_general.ui M +0 -3 behaviorconfig_notifications.ui --- trunk/extragear/network/choqok/choqok/config/behavior/behaviorconfig.cpp #1068287:1068288 @@ -69,6 +69,7 @@ d->mPrfsGeneral.setupUi(mPrfsGeneralDlg); addConfig( Choqok::BehaviorSettings::self(), mPrfsGeneralDlg ); d->mBehaviorTabCtl->addTab(mPrfsGeneralDlg, i18n("&General")); + d->mPrfsGeneral.kcfg_updateInterval->setSuffix(ki18np(" Minute", " Minutes")); // "Notifications" TAB ============================================================ //Commented for now! @@ -76,6 +77,7 @@ // d->mPrfsNotify.setupUi(mPrfsNotifyDlg); // addConfig( Choqok::BehaviorSettings::self(), mPrfsNotifyDlg); // d->mBehaviorTabCtl->addTab(mPrfsNotifyDlg, i18n("&Notifications")); + d->mPrfsNotify.kcfg_notifyInterval->setSuffix(ki18np(" Second", " Seconds")); // "Shortening" TAB =============================================================== d->mPrfsShorten = new BehaviorConfig_Shorten(d->mBehaviorTabCtl); --- trunk/extragear/network/choqok/choqok/config/behavior/behaviorconfig_general.ui #1068287:1068288 @@ -125,9 +125,6 @@ Disabled - - Minutes - 0 --- trunk/extragear/network/choqok/choqok/config/behavior/behaviorconfig_notifications.ui #1068287:1068288 @@ -35,9 +35,6 @@ - - Seconds - 2