diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-05-30 01:06:33 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-05-30 01:06:33 +0900 |
commit | e5f5e70d8780c4ed7a024a2ebed36b77734fdd0b (patch) | |
tree | fcaa050169e444563c28c39733421de934b47d4a /kicker/applets | |
parent | 078bcfb15f58efa57edcfcf9f839133080985e39 (diff) | |
download | tdebase-e5f5e70d8780c4ed7a024a2ebed36b77734fdd0b.tar.gz tdebase-e5f5e70d8780c4ed7a024a2ebed36b77734fdd0b.zip |
Applied massaged patch (bugszilla's attachment 1445) for Russian and Ukrainian language. This relates to bug 952.
Diffstat (limited to 'kicker/applets')
-rw-r--r-- | kicker/applets/systemtray/systemtrayapplet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |