From kde-commits Mon Sep 22 18:35:24 2003 From: Oswald Buddenhagen Date: Mon, 22 Sep 2003 18:35:24 +0000 To: kde-commits Subject: kdebase/kcontrol/kdm X-MARC-Message: https://marc.info/?l=kde-commits&m=106425678519887 CVS commit by ossi: update the greeting's whatsthis ... finally M +13 -7 kdm-appear.cpp 1.83 --- kdebase/kcontrol/kdm/kdm-appear.cpp #1.82:1.83 @@ -115,10 +115,16 @@ KDMAppearanceWidget::KDMAppearanceWidget SLOT(changed())); hlay->addWidget(greetstr_lined); - wtstr = i18n("This is the string KDM will display in the login window. " - "You may want to put here some nice greeting or information " - "about the operating system.

KDM will replace the string " - "'%n' with the actual host name of the computer " - "running the X server. Especially in networks this is a good " - "idea." ); + wtstr = i18n("This is the \"headline\" for KDM's login window. You may want to " + "put some nice greeting or information about the operating system here.

" + "KDM will substitute the following character pairs with the " + "respective contents:

" ); QWhatsThis::add( label, wtstr ); QWhatsThis::add( greetstr_lined, wtstr );