From kde-commits Thu Jan 29 02:13:13 2004 From: Malcolm Hunter Date: Thu, 29 Jan 2004 02:13:13 +0000 To: kde-commits Subject: kdeutils/klaptopdaemon Message-Id: <20040129021313.DCE0E9443 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=107534242709176 CVS commit by mhunter: dock -> system tray M +1 -1 battery.cpp 1.39 --- kdeutils/klaptopdaemon/battery.cpp #1.38:1.39 @@ -162,5 +162,5 @@ BatteryConfig::BatteryConfig (QWidget * } - QLabel* explain = new QLabel( i18n("This panel controls whether the battery status\nmonitor appears in the dock and what it looks like."), this); + QLabel* explain = new QLabel( i18n("This panel controls whether the battery status monitor\nappears in the system tray and what it looks like."), this); top_layout->addWidget(explain, 0); laptop_portable::extra_config(this, config, top_layout);