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);