summaryrefslogtreecommitdiffstats
path: root/kradio3
diff options
context:
space:
mode:
Diffstat (limited to 'kradio3')
-rw-r--r--kradio3/plugins/recording/recording-monitor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kradio3/plugins/recording/recording-monitor.cpp b/kradio3/plugins/recording/recording-monitor.cpp
index 289c38f..063a095 100644
--- a/kradio3/plugins/recording/recording-monitor.cpp
+++ b/kradio3/plugins/recording/recording-monitor.cpp
@@ -42,7 +42,7 @@ RecordingMonitor::RecordingMonitor(const TQString &name)
l0->addWidget( new TQLabel(i18n("SoundStream"), this), 0, 0);
l0->addWidget(m_comboSoundStreamSelector = new KComboBox( this), 0, 1);
- l0->addWidget( new TQLabel(i18n("tqStatus"), this), 1, 0);
+ l0->addWidget( new TQLabel(i18n("Status"), this), 1, 0);
l0->addWidget(m_labeltqStatus = new TQLabel(i18n("<undefined>"), this), 1, 1);
l0->addWidget( new TQLabel(i18n("Recording File"), this), 2, 0);
l0->addWidget(m_labelFileName = new TQLabel(i18n("<undefined>"), this), 2, 1);