From e5f5e70d8780c4ed7a024a2ebed36b77734fdd0b Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 30 May 2014 01:06:33 +0900 Subject: Applied massaged patch (bugszilla's attachment 1445) for Russian and Ukrainian language. This relates to bug 952. --- kicker/applets/systemtray/systemtrayapplet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kicker') diff --git a/kicker/applets/systemtray/systemtrayapplet.cpp b/kicker/applets/systemtray/systemtrayapplet.cpp index 898d2b80b..41d5af10b 100644 --- a/kicker/applets/systemtray/systemtrayapplet.cpp +++ b/kicker/applets/systemtray/systemtrayapplet.cpp @@ -244,7 +244,7 @@ void SystemTrayApplet::preferences() TQGrid *settingsGrid = m_settingsDialog->makeGridMainWidget( 2, Qt::Vertical); - m_showClockSettingCB = new TQCheckBox("Show Clock in Tray", settingsGrid); + m_showClockSettingCB = new TQCheckBox(i18n("Show Clock in Tray"), settingsGrid); m_showClockSettingCB->setChecked(m_showClockInTray); //m_iconSelector = new TDEActionSelector(m_settingsDialog); -- cgit v1.2.3